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
It is good that this is not marked with m1, since this deserves some thought.
One thought I had is that typically the need for compression is largest for the leafs. For the branches, there is already common prefix elimination due to the structure of the radix tree. So maybe just compress the leafs. But this will be difficult to do while having the ArchivedRadixTree still being useful.
Might be worth looking into lz4. It is basically 1/2 of a typical compression algo - just does the dedup stage, not the entropy coding / huffman stage. It is very fast, and there is a rust native version. Might be good enough.
No description provided.
The text was updated successfully, but these errors were encountered: