Could implement it in terms of many HashedWheels, downside there is multiple slabs will be allocated. Would be nice if we could give the HashedWheels an Rc<Slab> to use an an internal constructor. Benchmark the performance loss when making this change.
Could implement it in terms of many HashedWheels, downside there is multiple slabs will be allocated.
Would be nice if we could give the HashedWheels an Rc to use an an internal constructor. Benchmark the performance loss when making this change.