Skip to content

Commit

Permalink
Merge pull request #14 from sstadick/optimize/crystal-bedcov
Browse files Browse the repository at this point in the history
Do not flush buffer every newline
  • Loading branch information
lh3 authored May 24, 2020
2 parents 2651e01 + 8002822 commit 9827130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bedcov/bedcov_cr1_klib.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if ARGV.size < 2
end

include Klib
STDOUT.flush_on_newline = false

alias SType = Int32
bed = Hash(String, Array(IITree::Interval(SType, Int32))).new
Expand Down

0 comments on commit 9827130

Please sign in to comment.