Show HN: A hash array-mapped trie implementation in C

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. hamt

    A hash array-mapped trie implementation in C

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. immer

    Postmodern immutable and persistent data structures for C++ — value semantics at scale (by arximboldi)

    How does this compare to https://github.com/arximboldi/immer (other than the C/C++ difference)?

    Also, it's my understanding that, in practice, persistent data structures require a garbage collector in order to handle deallocation when used in a general-purpose way. How does your implementation handle that?

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

  • Text Editor Data Structures: Rethinking Undo

    3 projects | news.ycombinator.com | 11 Dec 2023
  • value semantics and spans/views

    1 project | /r/cpp | 11 Jun 2023
  • Purely Functional Data Structure by Chris Okasaki [pdf]

    3 projects | news.ycombinator.com | 30 May 2023
  • Persistent and immutable data structures written in C++14

    1 project | news.ycombinator.com | 10 May 2023
  • What are some architectural patterns for creating a game editor.

    1 project | /r/gameenginedevs | 11 Mar 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?