PaesslerAG / gvalLinks
Expression evaluation in golang
☆793Updated 6 months ago
Alternatives and similar repositories for gval
Users that are interested in gval are comparing it to the libraries listed below
Sorting:
- A golang package for converting to snake_case or CamelCase☆1,089Updated last year
- Decorated Syntax Tree - manipulate Go source with perfect fidelity.☆1,375Updated last year
- A library for diffing golang structures☆952Updated last year
- An in-memory cache with item expiration and generics☆1,092Updated this week
- Go package for dealing with maps, slices, JSON and other data.☆771Updated 4 months ago
- ☆210Updated 10 months ago
- reflect api without runtime reflect.Value cost☆797Updated 3 months ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,002Updated 6 months ago
- Simple and fast template engine for Go☆874Updated last year
- Server Sent Events server and client for Golang☆951Updated 11 months ago
- An enum generator for go☆838Updated this week
- In-memory SQL engine in Go sql/driver for testing purpose☆899Updated 9 months ago
- Concurrency limiting goroutine pool☆1,392Updated 4 months ago
- A golang LRU Cache for high concurrency☆1,365Updated 5 months ago
- A universal mechanism to manage goroutine lifecycles☆1,611Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.