savsgio / gotils
Golang utlities to make your life easier with zero allocations
☆47Updated last month
Alternatives and similar repositories for gotils
Users that are interested in gotils are comparing it to the libraries listed below
Sorting:
- Memory store like map[string]interface{} with better performance when reuse memory☆19Updated 2 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- Session implementation for fasthttp☆85Updated 2 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- FastHTTP & net/http dual-engine web framework. Echo v2 enhanced version.☆69Updated last month
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- Null Types, Safe primitive type conversion and fetching value from complex structures.☆47Updated 3 years ago
- Golang source code parsing, usage like reflect package☆62Updated 8 months ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- simple data streams for go☆31Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated last month
- Intern Go strings☆95Updated last year
- TryLock support on read-write lock for Golang☆37Updated 4 years ago
- Signing HTTP Messages Middleware☆65Updated last month
- Expression evaluator for Go☆74Updated last month
- Live visualizing Go allocations.☆24Updated 2 years ago
- Package for fast copying structs of different types☆51Updated 4 years ago
- Encrypted drop-in replacement of golang' os.File. It handles WriteAt, Seek, Truncate, etc. Can deal with huge files, random access, etc.☆46Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- A collection of efficient generic integer parser functions for Go☆19Updated 7 months ago
- schema is a Go package providing access to database schema metadata, for database/sql drivers.☆55Updated last year
- Golang app shutdown hooks.☆59Updated 3 years ago