Releases: brurucy/indexset
Releases · brurucy/indexset
Release v0.10.3
Release v0.10.2
[0.10.2] - 2025-01-11
Changed
- Improved the README.
Release v0.10.1
[0.10.1] - 2025-01-11
Fixed
- Some edge cases in
concurrent::set::Range
Release v0.10.0
[0.10.0] - 2025-01-09
Added
BTreeMultiMap
, a concurrent BTree that allows multiple values per key.
Release v0.9.0
[0.9.0] - 2025-01-04
Changed
CDC
API now does not return clones of Nodes anymore, instead returning where to insert and remove elements.
Release v0.8.1
[0.8.1] - 2025-01-03
Added
- Add docs.rs coverage for opt-in feats
Release v0.8.0
[0.8.0] - 2024-12-29
Fixed
- erroneously returning false even when insertion was correct in
concurrent::{set, map}
.
Added
range
method toconcurrent::map::BTreeMap
Release v0.7.1
[0.7.1] - 2024-12-27
Fixed
concurrent
feature works withoutcdc
being enabled.
Release v0.7.0
[0.7.0] - 2024-12-22
Added
- CDC feature. If toggled on, returns the change events associated with the mutating operation.
with_maximum_node_size
method for concurrentBTreeSet
andBTreeMap
Release v0.6.1
[0.6.1] - 2024-12-20
Fixed
remove
forconcurrent::*
structures does not require a mutable reference.