kochetkov-av / golang-map-insightsLinks
Material for the article "Some insights on Maps in Golang"
☆12Updated 5 years ago
Alternatives and similar repositories for golang-map-insights
Users that are interested in golang-map-insights are comparing it to the libraries listed below
Sorting:
- Memory allocation of map[int]interface{} vs map[int]struct{} (Golang benchmark)☆10Updated 4 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- Test the performance of Go's concurrency structures☆30Updated 9 months ago
- Collect data about your dependencies☆43Updated 6 months ago
- Go stdlib net/rpc with context.Context support☆37Updated 2 years ago
- Set of Go context's utilities.☆56Updated 4 years ago
- efficient client ⚡️☆75Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆59Updated 6 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Simple Go library for executing lots of operations spread over any number of threads