mkevac / gopherconrussia2019Links
Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes
☆54Updated 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
- A spinlock implementation for Go.☆62Updated 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Helper tool for manual Go code optimization.☆132Updated 4 months 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
- Storing strings without GC overhead☆83Updated 5 years ago
- ☆27Updated 3 years ago
- ☆19Updated 4 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Intern Go strings☆95Updated last year
- 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
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Collection of dirty hacks in Go☆68Updated 2 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- ☆86Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A memory allocator for Go.☆84Updated 5 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 6 years ago
- Create a heatmap index based on the profile.proto profile data☆24Updated 3 years ago
- ☆98Updated 7 months ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 2 months ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- Locking wrapper for running benchmarks on shared hosts☆152Updated last year
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago