# 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