antonmedv / golang-expression-evaluation-comparison
Go expression evaluation comparison
☆49Updated 10 months ago
Alternatives and similar repositories for golang-expression-evaluation-comparison:
Users that are interested in golang-expression-evaluation-comparison are comparing it to the libraries listed below
- Load file-backed memory☆121Updated 2 years ago
- Expression evaluator for Go☆67Updated 10 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 6 months ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Non-Invasive goroutine inspector☆90Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- x/sync/singleflight but with Go 1.18 generics☆30Updated 2 years ago
- Simple string pattern matcher for Go☆126Updated 9 months ago
- Go reflection simplified☆101Updated 3 months ago
- ☆121Updated last year
- A spinlock implementation for Go.☆61Updated 3 years ago
- Off heap golang memory pool☆59Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆117Updated last year
- Best-effort CPU-local sharded values for Go