Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Releases: crichez/swift-cuckoo-collections

v0.0.2

27 Jan 23:37
15435dc
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

This pre-release includes internal changes made to the set bump and insertion process. These are mostly for clarity and should offer very slight performance improvements, including reducing the memory size of CuckooSet.

No code-breaking changes were introduced in this version.

v0.0.1

27 Jan 21:09
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

The first pre-release!

This release features the CuckooSet and CuckooDictionary types which feature constant time insert, remove and contains operations. These types expose a very similar API to the Swift standard library's Set and Dictionary respectively,
with slightly worse performance as they stand now.