package
0.0.10
Repository: https://github.com/nidorx/sqlog.git
Documentation: pkg.go.dev

# README

InMemory Storage for SQLog

WIP! Feel free to contribute. All the expression processing logic is already working (see memory_expr_test.go), all that's missing is the storage logic (structure for saving in memory that allows quick search)

  • LSM Trees
  • Bloom filters
  • Hyperloglog