savsgio / gotilsLinks
Golang utlities to make your life easier with zero allocations
☆48Updated 2 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☆134Updated 2 months ago
- Storing strings without GC overhead☆84Updated 2 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 8 years ago
- Session implementation for fasthttp☆85Updated 8 months ago
- A JSON stream parser for Go☆68Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆59Updated 6 years ago
- FastHTTP & net/http dual-engine web framework. Echo v2 enhanced version.☆69Updated this week
- A goroutine limiter for Go☆84Updated 3 years ago
- Expirable Go LRC\LRU cache without goroutines☆90Updated 2 months ago
- Memory store like map[string]interface{} with better performance when reuse memory☆19Updated 3 years ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- Expression evaluator for Go☆77Updated 7 months ago
- Pure Go embedded persistent job queue backed by BadgerDB☆167Updated 3 years ago
- Go's missing DateTime package☆37Updated this week
- Go client library for Pilosa☆57Updated 3 years ago
- Parse json with comments and trailing commas.☆100Updated 4 years ago
- Golang source code parsing, usage like reflect package☆64Updated last month
- Go structure annotations that supports encoding and decoding; similar to C-style bitfields. Supports bitfield packing, self-describing la…☆66Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A fast userspace CSPRNG☆92Updated last year
- Non-Invasive goroutine inspector☆93Updated 3 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- An ~O(2k) time complexity http request router in Go☆45Updated 6 years ago
- Faster base64 encoding for Go☆184Updated 2 years ago
- simple data streams for go☆31Updated 3 years ago
- Intern Go strings☆96Updated 2 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago