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β60Updated 3 years ago
- Gotcha π― seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutinβ¦β39Updated 2 years ago
- xxh3 fast hash functionβ105Updated 6 years ago
- Storing strings without GC overheadβ84Updated 3 weeks ago
- Helper tool for manual Go code optimization.β137Updated 6 months ago
- A spinlock implementation for Go.β62Updated 4 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.β45Updated 4 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.β51Updated 9 years ago
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.β40Updated 6 years ago
- A library for graceful restarts in Go.β94Updated 7 years ago
- Simple and easy wrappers for Go sync/atomic package.β31Updated last year
- β27Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or stringβ113Updated last year
- A memory allocator for Go.β87Updated 5 years ago
- Create a heatmap index based on the profile.proto profile dataβ24Updated 3 years ago
- Collection of dirty hacks in Goβ67Updated 2 years ago
- β19Updated 4 years ago
- Collection of unusual generics usecases in Goβ55Updated 3 years ago
- Convenience wrapper around "go test" + "benchstat".β22Updated 5 years ago
- β99Updated 9 months ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)β94Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.modβ111Updated 3 years ago
- Golang circular (ring) bufferβ176Updated 2 years ago
- The research project based on the draft design of Go Genericsβ34Updated 3 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrandβ164Updated 4 years ago
- fast int64-int64 map for goβ98Updated 2 years ago
- β33Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.β82Updated 3 years ago
- Reference implementations for golang/go#38203 and golang/go#19367.β25Updated 4 years ago
- Intern Go stringsβ96Updated last year