A typed implementation of the Go sync.Map using code generation
☆256Feb 25, 2023Updated 3 years ago
Alternatives and similar repositories for syncmap
Users that are interested in syncmap are comparing it to the libraries listed below
Sorting:
- Generic lease implementation using DynamoDB☆19Jan 3, 2018Updated 8 years ago
- This package provides the ability to encode golang structs to a buffer as JSON very quickly.☆734Dec 6, 2023Updated 2 years ago
- Retry generators with full jitter☆10Sep 13, 2017Updated 8 years ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,881Jul 30, 2025Updated 7 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆247Oct 2, 2019Updated 6 years ago
- Helper tool for manual Go code optimization.☆137Mar 19, 2025Updated 11 months ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆553Aug 3, 2024Updated last year
- Pprof made easy at development time for Go☆758Oct 23, 2020Updated 5 years ago
- Optimized Go Compression Packages☆5,411Updated this week
- Go Typed ORM☆16Mar 13, 2020Updated 5 years ago
- xxh3 fast hash function☆105Mar 17, 2019Updated 6 years ago
- A tool to analyze and troubleshoot a Go binary size.☆1,710Apr 10, 2024Updated last year
- experimental new HTTP client API for #golang (WIP)☆586Jan 1, 2019Updated 7 years ago
- A high performance memory-bound Go cache☆6,777Jan 21, 2026Updated last month
- Jennifer is a code generator for Go☆3,601Sep 8, 2024Updated last year
- Go package containing implementations of efficient encoding, decoding, and validation APIs.☆1,042Dec 1, 2025Updated 2 months ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,338Feb 18, 2026Updated last week
- Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).