savsgio / gotilsLinks
Golang utlities to make your life easier with zero allocations
☆47Updated 3 months ago
Alternatives and similar repositories for gotils
Users that are interested in gotils are comparing it to the libraries listed below
Sorting:
- Simple string pattern matcher for Go☆128Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- FastHTTP & net/http dual-engine web framework. Echo v2 enhanced version.☆70Updated 3 weeks ago
- Package for fast copying structs of different types☆51Updated 4 years ago
- Faster base64 encoding for Go☆182Updated 2 years ago
- Session implementation for fasthttp☆85Updated 4 months ago
- Load file-backed memory☆122Updated 2 years ago
- Go client library for Pilosa☆57Updated 2 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆88Updated 3 months ago
- Expression evaluator for Go☆76Updated 3 months ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- A Lightweight in-memory key:value cache library for Go.☆179Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A fast userspace CSPRNG☆90Updated 9 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last week
- fast int64-int64 map for go☆98Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- Memory store like map[string]interface{} with better performance when reuse memory☆19Updated 2 years ago
- Intern Go strings☆95Updated last year
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated last year
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- a decision & trigger framework backed by Google's Common Expression Language☆65Updated 4 years ago
- Go simple async worker pool☆92Updated 4 years ago
- Go reflection simplified☆102Updated 9 months ago
- Parse json with comments and trailing commas.☆90Updated 4 years ago