savsgio / gotils
Golang utlities to make your life easier with zero allocations
☆47Updated 6 months ago
Alternatives and similar repositories for gotils:
Users that are interested in gotils are comparing it to the libraries listed below
- x/sync/singleflight but with Go 1.18 generics☆30Updated 2 years ago
- Memory store like map[string]interface{} with better performance when reuse memory☆19Updated 2 years ago
- Session implementation for fasthttp☆85Updated 2 weeks ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Simple string pattern matcher for Go☆126Updated 9 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆64Updated last year
- Parse json with comments and trailing commas.☆87Updated 3 years ago
- Expression evaluator for Go☆67Updated 10 months ago
- Highly concurrent drop-in replacement for bufio.Writer☆55Updated 7 years ago
- A fast URL parser for Go☆37Updated last year
- The research project based on the draft design of Go Generics☆34Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Intern Go strings☆92Updated last year
- Package for fast copying structs of different types☆49Updated 4 years ago
- Experimental golang database/sql☆19Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Signing HTTP Messages Middleware☆65Updated 2 weeks ago
- Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries☆50Updated last year
- Fast and Scalable RPC Framework☆43Updated last year
- Error Context, Stack Trace, Types and Tags for full error handling and logging.☆63Updated last year
- Go's missing DateTime package☆37Updated last month
- Tracing middleware for go-chi☆19Updated 3 years ago
- A thread safe map which has expiring key-value pairs.☆72Updated 8 months ago
- A buffer pool file I/O library for Go☆54Updated 2 years ago
- A prefix tree implementation in go☆41Updated 9 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆71Updated 10 years ago
- FastHTTP & net/http dual-engine web framework. Echo v2 enhanced version.☆69Updated last week