Skip to content

ursadb v1.5.1

Latest
Compare
Choose a tag to compare
@msm-code msm-code released this 11 Jan 00:36
· 1 commit to master since this release
98421d7

Mostly bugfix and maintenance release:

Features:

  • Implement GC for iterators - remove stale iterators (#208)

Performance:

  • Move away from query graphs to query plans (#191)
  • And improve their performance (#194)

Correctness:

  • Fix Undefined Behaviour when getting a memory map size (#188)
  • Add support for 2gb+ iterators (fix signed i32 overflow) (#202)

Refactoring and maintenance:

  • Bump catch v2.2.2 -> v2.13.10 (#192)
  • Disable clang-tidy, which has become very noisy (#193)
  • Add performabce counters for unique ngram reads (#199)
  • Remove dead code accrued over the years (#200)