regeda / expr
Expr – a tiny stack-based virtual machine written in Go
☆31Updated 3 years ago
Alternatives and similar repositories for expr:
Users that are interested in expr are comparing it to the libraries listed below
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆66Updated 6 months ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- ☆33Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 2 months ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated last year
- [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural typ…☆205Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 2 months ago
- DRR scheduler for Go channels☆32Updated 2 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 7 months ago
- Generic, zero-alloc, 100%-test covered Quadtree for golang☆37Updated last year
- Off heap golang memory pool☆59Updated 3 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆30Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Intern Go strings☆94Updated last year
- Optional values for Go☆103Updated last month
- Go's concurrency patterns as generic library to use.☆37Updated 3 years ago
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago
- Go templates invoked as functions☆154Updated 3 years ago
- ☆117Updated last year
- some data structures and algorithms using golang☆69Updated last year
- Expression evaluator for Go☆67Updated 11 months ago
- A better Generic Pool (sync.Pool)☆52Updated last month
- Tool for golang that generates jennifer code☆70Updated last year
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- Allows to mark Go enum types as exhaustive.☆33Updated 5 months ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆158Updated last year