Skip to content

Releases: hashlookup/fleur

v0.3 fleur de douche

23 Sep 09:23
5b74057
Compare
Choose a tag to compare

v0.3 brings several improvements:

  • join operation is now available on filters sharing the same parameters #12,
  • a function for freeing memory has been added: void fleur_destroy_filter(BloomFilter * bf)
  • fleur was closing file descriptorss on errors in several functions. This behavior has been changed: it's now up to the caller to define what to do with the fd on errors.
  • error messages have been harmonized.

v0.2 - fleur de CaO

25 Aug 08:16
4f09ff8
Compare
Choose a tag to compare

v0.2 is an early beta release that corrects several defects of the first release:

  • bloom filters files presenting incorrect headers are now discarded (see #11 #10),
  • fleur is now thread-safe (#5),
  • optargs are copied more safely (#6),
  • all API functions are now prefixed with fleur_and are snake_cased.

v0.1 β-ionone

22 Jul 10:04
8d5c02f
Compare
Choose a tag to compare

v0.1

v0.1 is an early beta release that generate bloom filter files compatible with DCSO's and appears to provide good perfs.

  • fleurcli exposes the same commands as the Go version expect for join.

(β-ionone because betas are usually like violet's smell: either short-lived or they go unnoticed :)