Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)

This page summarizes the projects mentioned and recommended in the original post on /r/golang

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hmt

    A memory efficient immutable hash map implemented using the Hash Array Map Trie approach (by ebuckley)

    We are on the same wave friend :). I literally just wrapped up https://github.com/ebuckley/hmt

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • amt

    Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)

  • gods

    GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

    Doesn't say why it's here instead of trying to get into GoDS or something else.

  • go-hamt

    Go implementation of a Hash Array Map Trie

    Doesn't compare itself against anything else, like https://github.com/lleo/go-hamt

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you go about the lack of built in data structure like stack, queue for LeetCode

    1 project | /r/golang | 24 May 2023
  • Go Structures - Custom made generic data structures for Golang

    2 projects | /r/golang | 5 Jan 2023
  • Are there implementations of data structures with generics? Are they needed?

    2 projects | /r/golang | 1 Jun 2022
  • Gods Go Data Structures

    1 project | news.ycombinator.com | 31 Jan 2022
  • Experimental generic implementations of various data structures (map, b-tree, AVL tree, rope, and more)

    6 projects | /r/golang | 18 Dec 2021

Did you konow that Go is
the 4th most popular programming language
based on number of metions?