stirby/mapgen

Generate thread-safe, type-safe Go maps

33
/ 100
Emerging

This tool generates specialized, concurrent maps for Go applications. You specify the key and value types, and it produces a Go file containing a map that can be safely accessed by multiple parts of your program at the same same time. This is for Go developers building high-performance or concurrent applications who need robust data structures.

No commits in the last 6 months.

Use this if you are a Go developer working with Go versions older than 1.18 and need a thread-safe map for custom or complex key-value pairs.

Not ideal if you are using Go 1.18 or newer, as Go's built-in generics offer a more modern and direct way to achieve type-safe concurrent maps.

Go development concurrency backend development software engineering data structures
Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 7 / 25
Maturity 16 / 25
Community 10 / 25

How are scores calculated?

Stars

40

Forks

4

Language

Go

License

MIT

Last pushed

Jul 19, 2023

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/stirby/mapgen"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.