-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose a more direct lightweight serialization mechanism
Introduce a mechanism to convert Mphf into a series of slices and MphfRef which can take a series of slices as input and access it without copying the underlying data. This is useful when serializing to disk and then accessing via mmap but does have caveats that it's restricted to little-endian systems and that the data is stored on 64-bit aligned addresses within a file.
- Loading branch information
Showing
2 changed files
with
369 additions
and
30 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
Oops, something went wrong.