Rev tribble to 110. Log is:
Optimization for PositionalBufferedStream with specialized read(byte, int, int) method -- For binary codecs having an efficient reader of lots of bytes that doesn't fall back into read() itself vastly improves performance. The old version was 10x slower than InputStream, while the new version is +30%. -- Generalize PositionalBufferedStream main() method for performance testing, now accepts cmdline arguments for the file to read, how many iterations, etc Generalize AsciiLineReader main() method for performance testing -- Now accepts cmdline arguments for the file to read, how many iterations, etc AsciiLineReaderTest and PositionBufferedStreamTest were in src not test/src
This commit is contained in:
parent
7dbba465ee
commit
61f0c46423
|
|
@ -1,3 +0,0 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org.broad" module="tribble" revision="107" status="integration" />
|
||||
</ivy-module>
|
||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org.broad" module="tribble" revision="110" status="integration" />
|
||||
</ivy-module>
|
||||
Loading…
Reference in New Issue