tidwall / expr
Expression evaluator for Go
☆67Updated 11 months ago
Alternatives and similar repositories for expr:
Users that are interested in expr are comparing it to the libraries listed below
- A JSON stream parser for Go☆67Updated 2 years ago
- Off heap golang memory pool☆59Updated 3 years ago
- Simple string pattern matcher for Go☆126Updated 10 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 7 months ago
- Load file-backed memory☆120Updated 2 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated last year
- TopN collector☆23Updated 8 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆117Updated last year
- x/sync/singleflight but with Go 1.18 generics☆30Updated 2 years ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- A buffer pool file I/O library for Go☆54Updated 3 years ago
- A golang map in which entries expire after given a time period☆57Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A goroutine limiter for Go☆79Updated 2 years ago
- Go library that implements fs.FS for Postgres using Large Objects.☆61Updated last year
- Go templates invoked as functions☆154Updated 3 years ago
- Package for fast copying structs of different types☆49Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Generic wrapper around strconv.Parse*☆36Updated 2 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- Same as fmt.Errorf but with stack trace.☆39Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last year
- gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.☆90Updated 5 years ago