tidwall / exprLinks
Expression evaluator for Go
☆74Updated 2 months ago
Alternatives and similar repositories for expr
Users that are interested in expr are comparing it to the libraries listed below
Sorting:
- A JSON stream parser for Go☆67Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Off heap golang memory pool☆60Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated this week
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Generic wrapper around strconv.Parse*☆37Updated 2 years ago
- Go's concurrency patterns as generic library to use.☆37Updated 3 years ago
- Intern Go strings☆95Updated last year
- A golang map in which entries expire after given a time period☆59Updated last year
- Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.☆105Updated 2 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- Package for fast copying structs of different types☆51Updated 4 years ago
- Runtime Struct Builder for Go☆32Updated 4 years ago
- Compile Go regular expressions to Go code☆96Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 10 months ago