Simon Legner
9985bf46ad
Update Javadoc
2021-01-03 23:40:40 +01:00
Simon Legner
712c8cacf7
Use Java array syntax
2021-01-03 23:39:46 +01:00
Simon Legner
b787a1fdaa
Modernise Java codebase (Java 8 features)
2021-01-03 23:39:01 +01:00
Scott Crosby
e2aacd59f2
Whitespace changes.
2011-10-29 23:05:32 -05:00
Scott Crosby
4634617791
Document the stringtable sorting.
2011-10-29 23:05:32 -05:00
Scott Crosby
fdb5facaff
Add in LGPL copyright notices to the osmpbf library.
2011-01-02 20:21:48 -06:00
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
Scott Crosby
3c4e232984
Support new-format dense nodes that can contain keys and values.
...
To do this, I need to reserve string id #0 as a delimiter and cannot
generate it anymore.
Forward-compatible format change, in that old files cannot contain
new-format dense nodes, thus the delimiter bug is a non-issue.
2010-08-25 11:40:11 -05:00
Scott Crosby
8f0c4a8bc2
Protobufs and common Java code for binary format.
2010-08-25 11:40:06 -05:00