-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Efficient storage of G3MapInt and G3MapVectorInt objects
Use int64_t for in-memory representation of integer values, but store as 8-, 16- or 32- bit integers on disk, depending on bit depth of the underlying data. Backwards compatible with v1 int32 G3Map objects. Closes #122.
- Loading branch information
Showing
2 changed files
with
212 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters