You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LocustDB should have support for entropy coding data using Huffman or ANS. This seems to be the leading implementation, but there don't actually seem to be any Rust bindings for it yet.
Once there are bindings, actually integrating with LocustDB requires changes in a number of places, but there are good examples for how to do so in previous commits:
Adding hex encoding: 3455b20
Stripping lz4 compression for data cached in memory: fc83844
The text was updated successfully, but these errors were encountered:
LocustDB should have support for entropy coding data using Huffman or ANS. This seems to be the leading implementation, but there don't actually seem to be any Rust bindings for it yet.
Once there are bindings, actually integrating with LocustDB requires changes in a number of places, but there are good examples for how to do so in previous commits:
Adding hex encoding: 3455b20
Stripping lz4 compression for data cached in memory: fc83844
The text was updated successfully, but these errors were encountered: