mkevac / gopherconrussia2019Links
Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes
☆53Updated 6 years ago
Alternatives and similar repositories for gopherconrussia2019
Users that are interested in gopherconrussia2019 are comparing it to the libraries listed below
Sorting:
- A helper tool to work with profile.proto (pprof) files☆61Updated 3 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin …☆39Updated 3 years ago
- Storing strings without GC overhead☆84Updated last week
- Helper tool for manual Go code optimization.☆137Updated 9 months ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 5 years ago
- A library for graceful restarts in Go.☆96Updated 8 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 7 months ago
- ☆86Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Intern Go strings☆97Updated 2 years ago
- ☆19Updated 4 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- Collection of dirty hacks in Go☆67Updated 2 years ago
- ☆27Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆112Updated 4 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- The research project based on the draft design of Go Generics☆34Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- A distributed service for monotonically increasing tickets.☆42Updated 5 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year