tidwall / expr
Expression evaluator for Go
☆70Updated 2 weeks ago
Alternatives and similar repositories for expr:
Users that are interested in expr are comparing it to the libraries listed below
- Off heap golang memory pool☆60Updated 3 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Load file-backed memory☆120Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- Storing strings without GC overhead☆82Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 9 months ago
- simple data streams for go☆31Updated 2 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆44Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- TopN collector☆23Updated 10 months ago
- Generic wrapper around strconv.Parse*☆36Updated 2 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Go's concurrency patterns as generic library to use.☆37Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last year
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- a key-value store with multiple backends including leveldb, badgerdb, postgresql☆53Updated 3 years ago
- A golang map in which entries expire after given a time period☆57Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆101Updated 3 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago