Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@TechnikEmpire TechnikEmpire released this 29 May 04:55
· 8 commits to master since this release
  • Async API is gone because it was stupid to have in the first place.
  • Internally, db results, including cached returns, are returned with yield return x so that users do not have to iterate over entire DB sets when matching. They can simply abort the iteration and skip unnecessary DB reads.
  • Added pragmas for max performance.
  • Added pragmas to make read only mode truly read only.
  • Added/tweaked DB indexes.
  • Added final preview package of underlying Sqlite which implements prepared statements. As a consequence, rule loading performance has roughly doubled.