| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
ByteBuffer.getInt() instead of ByteBuffer.get(). Switch from GraalVM CE to GraalVM. (#201)
|
| |
|
| |
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
|
| |
|
|
| |
generic, adaptive loop.
|
| |
|
|
|
|
|
| |
* Use open-addressing scheme to deal with hash table collisions. Reduce concurrency from 16 to 8. Use bit mask rather than mod operator to confine hash code to table range.
* Properly handle file partitions that reside entirely within a line.
* Reorder statements in doProcessBuffer.
|
| | |
|
| |
|