Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: gaissmai/bart

Lite, Table and Fast

19 Oct 20:35

Choose a tag to compare

What's Changed

  • supports now three table types: Table, Lite and Fast
  • refactored the package layout, put the different nodes in an internal package
  • API change: removed already deprecated methods
  • API change: the Modify methods have a different (simpler) signature
  • the different nodes share a lot in common, use code generation for the common parts

fixed licenses for debian packaging

14 Oct 14:22

Choose a tag to compare

v0.25.1

deleted doc directory due to unclear licenses

Release v0.25.0

06 Sep 16:43

Choose a tag to compare

  • bump to go1.24.0
  • deprecated GetAndDelete
  • deprecated GetAndDeletePersist
  • deprecated Update
  • deprecated UpdatePersist
  • implemented Equal
  • implemented Modify
  • implemented ModifyPersist
  • implemented WalkPersist

Release v0.24.0

06 Aug 06:11

Choose a tag to compare

implements UnionPersist

release v0.23.1

03 Aug 21:35

Choose a tag to compare

refactored code for payload cloning, needed for copy-on-write

revert sync.Pool experiment

27 Jul 15:21

Choose a tag to compare

When applying the ...Persist methods in lock-free concurrency scenarios, it turns out that using sync.Pool is not efficient/profitable.

Release v0.22.2

22 Jul 21:27

Choose a tag to compare

minor improvements using sync.Pool for trie nodes

add optional sync.Pool also leaves and fringes

21 Jul 21:48

Choose a tag to compare

v0.22.1

add sync.Pool for fringe and leaf

now with optional sync.Pool for trie nodes

20 Jul 17:25

Choose a tag to compare

v0.22.0

now with sync.Pool for trie nodes

v0.21.1

17 Jul 14:05

Choose a tag to compare

just better tests and documentation