OSM-binary/src.java/crosby/binary
Scott Crosby fbfba3bdea Don't sort the first 127 entries in the string table.
Gives a small .1% gain. In my design, I try to use the smallest integers as
much as possible so that deflate's entropy coder works more efficiently.
2010-09-02 14:22:41 -05:00
..
file Be a bit more careful with error handling and printing warning messages. 2010-09-02 07:42:30 -05:00
BinaryParser.java Make the granularity state protected instead of private. 2010-09-01 15:19:35 -05:00
BinarySerializer.java Protobufs and common Java code for binary format. 2010-08-25 11:40:06 -05:00
StringTable.java Don't sort the first 127 entries in the string table. 2010-09-02 14:22:41 -05:00