Skip to content

Releases: neurlang/quaternary

v0.1.1

25 Feb 17:15
Compare
Choose a tag to compare
  • fix the single element filter creation (don't oom)
  • better documentation

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Feb 18:28
Compare
Choose a tag to compare

Version 0.1.0

  • add data hash
  • Breaking: fix >> 64 bit issue in quaternary[numeric]bool storage, should be >> 32 to get high
  • more tests
  • Feature: map[[64]byte]bool - MakeBytes(...) - GetBytes(...)
  • Feature: map[string]bool - MakeString(...) - GetString(...)
  • Feature: map[[2]string]bool - Make2Strings(...) - GetStrings(...)

Full Changelog: v0.0.1...v0.1.0

v0.0.1

21 Feb 19:41
Compare
Choose a tag to compare
  • Initial Quaternary filter

Full Changelog: https://github.com/neurlang/quaternary/commits/v0.0.1