TimelyDataflow / differential-dataflow

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

Demonstrate stable slice container #453

Open frankmcsherry opened 7 months ago

frankmcsherry commented 7 months ago

This is a demonstration of a slice container that does not need to resize its backing allocations, which makes it appropriate for things like lg_alloc. No need to merge.

cc: @antiguru