savsgio / gotils
Golang utlities to make your life easier with zero allocations
☆47Updated 3 weeks ago
Alternatives and similar repositories for gotils:
Users that are interested in gotils are comparing it to the libraries listed below
- 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
- Fast and Scalable RPC Framework☆43Updated last year
- A JSON stream parser for Go☆67Updated 2 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries☆49Updated 2 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- Session implementation for fasthttp☆85Updated last month
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- Expression evaluator for Go☆72Updated last month
- Load file-backed memory☆122Updated 2 years ago
- A Go library for encoding structs into Header fields.☆47Updated last year
- schema is a Go package providing access to database schema metadata, for database/sql drivers.☆55Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 10 months ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Parse json with comments and trailing commas.☆91Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- Golang source code parsing, usage like reflect package☆62Updated 7 months ago
- A lightweight buffered event lib☆59Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆101Updated 3 years ago
- Collect data about your dependencies☆43Updated this week
- TryLock support on read-write lock for Golang☆36Updated 3 years ago
- Intern Go strings☆94Updated last year