orxfun / orx-split-vec

An efficient constant access time vector with dynamic capacity and pinned elements.
https://crates.io/crates/orx-split-vec
MIT License
2 stars 2 forks source link

ConcurrentSplitVec simplification #54

Closed orxfun closed 1 month ago

orxfun commented 1 month ago

The struct can be reviewed and simplified. Some suggestions: can we get rid of the num_fragments and max_num_fragments?