Skip to content

Releases: weaviate/sroar

v0.0.9

21 Jan 12:10
0574c03
Compare
Choose a tag to compare

What's Changed

  • feature: Prefill + FillUp methods by @aliszka in #15
  • feature: CompareNumKeys method by @aliszka in #16
  • feature: CloneToBuf method by @aliszka in #17
  • performance: AndNot func with internal buffer, less frequent slice extending by @aliszka in #18
  • feature: concurrent And / AndNot / Or merges by @aliszka in #19
  • cleanup: removes merge methods using external buf by @aliszka in #20

Full Changelog: v0.0.8...v0.0.9

v0.0.8

19 Nov 18:26
08464f0
Compare
Choose a tag to compare

What's Changed

  • performance: Or method - dynamic newContainer vs insertAt by @aliszka in #14

Full Changelog: v0.0.7...v0.0.8

v0.0.7

19 Nov 14:56
4c33a1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

07 Nov 15:34
7f09209
Compare
Choose a tag to compare

What's Changed

  • fix: merging containers in Or method by @aliszka in #12

Full Changelog: v0.0.5...v0.0.6

v0.0.5

06 Nov 14:13
03c12fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

10 Sep 13:53
bd006ec
Compare
Choose a tag to compare

What's Changed

  • Merge optimizations - support for concurrency by @aliszka in #10

Full Changelog: v0.0.3...v0.0.4

v0.0.3

05 Sep 08:46
ed969e0
Compare
Choose a tag to compare

What's Changed

  • merge to superset optimizations by @aliszka in #9

Full Changelog: v0.0.2...v0.0.3

v0.0.2

03 Jul 10:43
3fae580
Compare
Choose a tag to compare

What's Changed

  • expands container before adding element to array container by @aliszka in #8

Full Changelog: v0.0.1...v0.0.2

v0.0.1

01 Jul 10:50
af47da0
Compare
Choose a tag to compare

What's Changed

  • gh tests run on every branch and PR, .gitignore added by @aliszka in #2
  • Fix for issue#1 (panic: slice bounds out of range) by @aliszka in #3
  • changes module name to weaviate by @aliszka in #4
  • Fix maximum() for bitmap container by @mammo in #5
  • Fix for issue#2 panic index out of range by @aliszka in #7

New Contributors

Full Changelog: https://github.com/weaviate/sroar/commits/v0.0.1