Skip to content

v0.1.0

Compare
Choose a tag to compare
@krox krox released this 08 Aug 17:26
· 13 commits to master since this release

General Cleanup. Removed lots of functionality that does not belong in this library. Only actual collection-types remain. These are:

  • based on array with indexed access: Array, BitArray, Queue
  • based on array with ordered access: PriorityQueue, PriorityArray
  • based on hash-table: Set, Map
  • based on red-black tree: OrderedSet

All of them are working correctly but most are in need of more revision before they can be considered stable.