echoface / be_indexer
a extensible boolean expression index implementation, especially for RTB ad selection. both vldb09-indexing(Standford and Yahoo's paper) and roartingbitmap-based algorithem implemented
☆50Updated last year
Related projects ⓘ
Alternatives and complementary repositories for be_indexer
- 广告检索引擎(针对在线广告设计,支持简单倒排检索、范围检索、LBS检索,持续完善中)☆156Updated 5 years ago
- rocksdb-6.1.2 KV存储引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆115Updated 3 weeks ago
- 加入个人阅读代码注释的etcd raft实现☆195Updated 3 years ago
- ☆47Updated 7 years ago
- 中文版rocksdb文档☆398Updated 5 months ago
- the fastest in-memory index in the East 东半球最快并发索引☆471Updated 3 years ago
- 一个用于检索布尔表达式的库☆10Updated 6 years ago
- ltio, a network io library with pluggable coroutine supported(just run task like goroutine)☆19Updated 9 months ago
- C++ Base Library for serverside development☆340Updated 4 years ago
- A library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb, as the storage layer …☆99Updated 11 months ago
- Distributed In-Memory Index 分布式内存索引☆332Updated 5 years ago
- ☆19Updated 7 years ago
- A raft consensus implementation that is simply and understandable☆321Updated 6 years ago
- A raft consensus implementation that is simply and understandable☆152Updated 4 years ago
- A simple distributed key value store based on the Raft consensus protocol☆161Updated last year
- Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/