Replaced Tags.filenameBytes with a SortedSet<Tag>. Tags are now stored as longs (variable length encoded) in the PersistenMap. Tags.filenameBytes was introduced to reduce memory consumption, when all tags were hold in memory. Tags are now stored in a PersistentMap and only read when needed. Moved the VariableByteEncoder into its own project, because it was needed by pdb-api.
7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
/.settings/
|
|
/.classpath
|
|
/.project
|
|
/bin/
|
|
/build/
|
|
/target/
|
|
/test-output/ |