Skip to content

Releases: claudiuandrei/cube

v1.3.0

06 Aug 22:34
Compare
Choose a tag to compare

Update Trie internals and add ref method to allow searching for a specific sub-trie.

Full Changelog: v1.2.1...v1.3.0

v1.2.1

04 Aug 00:47
Compare
Choose a tag to compare

Added QuadTree. The capacity is fixed to 1 and it doesn't allow duplicates.

Full Changelog: v.1.1.0...v1.2.1

v1.0.0

25 Jul 16:30
Compare
Choose a tag to compare

Initial release which includes:

  • Heap
  • Trie
  • LinkedList
  • Stack
  • Queue
  • Buffer
  • FQueue (Frequency Queue)
  • LFU
  • LRU
  • PubSub
  • Channel

Full Changelog: https://github.com/claudiuandrei/cube/commits/v1.0.0

v1.1.0

25 Jul 22:20
Compare
Choose a tag to compare

Added CircularList, benchmarks and improved performance on Queue and the ones depending on it.

Full Changelog: v1.0.0...v.1.1.0