Skip to content

Maps

📕 Articles

Libraries

  • emirpasic/gods - GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
  • zyedidia/generic - A collection of generic data structures written in Go.
  • go-typ/typ - Generic types and functions that are missing from Go, including sets, linked lists, trees, etc.
  • golang-design/go2generics - A chunk of experiments and demos about Go 2
  • samber/lo - A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find…)
  • life4/genesis - All generic functions for Go 1.18 you ever need!
  • xyctruth/stream - A Stream processing library based on Go 1.18+ Generics (parallel, pipeline, lazy)
  • orcaman/concurrent-map - a thread-safe concurrent map for go
Back to top