TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.53k stars 182 forks source link

Huffman container example #441

Closed frankmcsherry closed 8 months ago

frankmcsherry commented 8 months ago

An example container that uses Huffman coding to store [B] types instead as [u8] with a side map to elements B based on their frequency. This container may or may not be directly useful, but it is meant to demonstrate some of the capabilities of Arrangement GATs.