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:
- Memory store like map[string]interface{} with better performance when reuse memory☆19Updated 2 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- Session implementation for fasthttp☆85Updated 3 months ago
- Simple string pattern matcher for Go☆127Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Helpers for making the use of reflection easier☆28Updated last year
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 2 months ago
- A JSON stream parser for Go☆67Updated 2 years ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- Fast and Scalable RPC Framework☆43Updated last year
- Signing HTTP Messages Middleware☆65Updated 3 months ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Non-Invasive goroutine inspector☆90Updated 3 weeks ago
- A prefix tree implementation in go☆43Updated last year
- Load file-backed memory☆122Updated 2 years ago
- simple data streams for go☆31Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- TryLock support on read-write lock for Golang☆37Updated 4 years ago
- Golang reflect package hack tools☆31Updated 2 months ago
- Collect data about your dependencies☆43Updated 2 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- The research project based on the draft design of Go Generics☆34Updated 3 years ago
- Parse json with comments and trailing commas.☆89Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Runtime Struct Builder for Go☆32Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago