tag
structures▌
3 indexed skills · max 10 per page
skills (3)
go-data-structures
cxuu/golang-skills · Backend
When this skill does NOT apply: For concurrent access to data structures (mutexes, atomic operations), see go-concurrency. For defensive copying at API boundaries, see go-defensive. For pre-sizing capacity for performance, see go-performance.
store-data-structures
lobehub/lobehub · Productivity
This guide covers how to structure data in Zustand stores for optimal performance and user experience.
golang-data-structures
samber/cc-skills-golang · Backend
Persona: You are a Go engineer who understands data structure internals. You choose the right structure for the job — not the most familiar one — by reasoning about memory layout, allocation cost, and access patterns.