csimplestring / bool-expr-indexerLinks
A fast boolean expression index implementation, especially for RTB ad selection. A Go implementation of the core algorithm in Standford and Yahoo's paper <Indexing Boolean Expression>
☆79Updated 4 years ago
Alternatives and similar repositories for bool-expr-indexer
Users that are interested in bool-expr-indexer are comparing it to the libraries listed below
Sorting:
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆102Updated 7 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- TinyLFU cache admission policy☆270Updated last year
- Examples for Dragonboat☆194Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆247Updated 6 years ago
- Storing strings without GC overhead☆86Updated last month
- A revamped Google's jump consistent hash☆109Updated 3 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated last month
- A fast & heap friendly implementation of the MySQL protocol☆81Updated 4 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Distributed SQL query engine written in Go for big data☆93Updated 7 years ago
- Bloom filter for go, backed by redis☆37Updated 9 years ago
- Rolling window implementation in go.☆59Updated this week
- Using tidb-lite to create a TiDB server with mocktikv mode in your application or unit test.☆56Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 3 years ago
- Go client library for Pilosa☆57Updated 3 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 4 months ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated last month
- MySQL protocol library implementing in Go (golang)☆243Updated 4 years ago
- Simple DSL for executing functions in Go☆163Updated 4 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Expression evaluator for Go☆80Updated 2 weeks ago
- Modern Go Programming☆96Updated 2 years ago
- The Golang imeplentation of MVCC Hashmap☆13Updated 9 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆222Updated last year