tags are now stored as variable length byte sequences of longs
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.
This commit is contained in:
7
byte-utils/.gitignore
vendored
Normal file
7
byte-utils/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/.settings/
|
||||
/.classpath
|
||||
/.project
|
||||
/bin/
|
||||
/build/
|
||||
/target/
|
||||
/test-output/
|
||||
Reference in New Issue
Block a user