Skip to content

Releases: brurucy/indexset

Release v0.10.3

27 Jan 00:01
c79d46f
Compare
Choose a tag to compare

[0.10.3] - 2025-01-27

Changed

  • Made pair, node, multipair and constants public

Release v0.10.2

11 Jan 12:58
Compare
Choose a tag to compare

[0.10.2] - 2025-01-11

Changed

  • Improved the README.

Release v0.10.1

11 Jan 12:41
1b608ee
Compare
Choose a tag to compare

[0.10.1] - 2025-01-11

Fixed

  • Some edge cases in concurrent::set::Range

Release v0.10.0

09 Jan 20:48
Compare
Choose a tag to compare

[0.10.0] - 2025-01-09

Added

  • BTreeMultiMap, a concurrent BTree that allows multiple values per key.

Release v0.9.0

04 Jan 14:33
Compare
Choose a tag to compare

[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

03 Jan 17:19
Compare
Choose a tag to compare

[0.8.1] - 2025-01-03

Added

  • Add docs.rs coverage for opt-in feats

Release v0.8.0

29 Dec 04:20
ac0a8f8
Compare
Choose a tag to compare

[0.8.0] - 2024-12-29

Fixed

  • erroneously returning false even when insertion was correct in concurrent::{set, map}.

Added

  • range method to concurrent::map::BTreeMap

Release v0.7.1

27 Dec 03:03
Compare
Choose a tag to compare

[0.7.1] - 2024-12-27

Fixed

  • concurrent feature works without cdc being enabled.

Release v0.7.0

26 Dec 10:32
fa5692f
Compare
Choose a tag to compare

[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 concurrent BTreeSet and BTreeMap

Release v0.6.1

20 Dec 03:40
Compare
Choose a tag to compare

[0.6.1] - 2024-12-20

Fixed

  • remove for concurrent::* structures does not require a mutable reference.