performance of a trie implementation

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • chtrie

    Coordinate Hash Trie: A Trie Variant Balancing between Time, Space, and Simplicity

  • For comparison, I am using https://github.com/dongyx/chtrie a "coordinated hash trie" implementation by Yuxuan Dong, also described by this https://arxiv.org/abs/2302.03690 paper on arxiv.org. I picked it because it seemed most comparable and lightweight, as well as having a fairly small code size.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Show HN: Trie implementation balancing between time, space and simplicity

    1 project | news.ycombinator.com | 10 Mar 2023
  • Coordinate Hash Trie: A Trie Variant Balancing between Time, Space, and Simplicity

    1 project | /r/programming | 1 Mar 2023
  • Coordinate Hash Trie: Balancing Between Time, Space, and Simplicity

    1 project | news.ycombinator.com | 1 Mar 2023
  • PruningRadixTrie – 1000x faster Radix trie for prefix search and auto-complete

    3 projects | news.ycombinator.com | 30 Sep 2023
  • Help wanted about my router allocs

    1 project | /r/golang2 | 12 Jun 2023