The Smallest Hash Table

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

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
  • minperf

    A Minimal Perfect Hash Function Library

  • Yes! That's the implementation from the paper. There's also a Java implementation: https://github.com/thomasmueller/minperf

  • FastHash

  • I've implemented your RecSplit method in my MPHF benchmark library (written in C#). The suite is not yet public, but I do want to say thank you for your fantastic method/code/paper. In my own rabbithole research, I stumbled upon several artifacts of your rabbithole trail. Most notably the stuff on StackOverflow, which helped my own research.

    I've releaed a set og fast hash functions[1] to help gain an understanding of speed vs. quality. My biggest takeaway is that most generic hash functions can be specialized for integer inputs[2], which often reduce latency by quite a lot, making MPFH more attractive over simple iteration on small sets, as the overhead of hashing is considerably smaller.

    [1] https://github.com/Genbox/FastHash

    [2] https://github.com/Genbox/FastHash/blob/master/src/FastHash/...

  • 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

  • Deploying a Spring Boot Application: A Comprehensive Guide

    1 project | dev.to | 17 May 2024
  • Emerging Tech Trends 2024: The Latest Developments in AI, API, and Automation

    1 project | dev.to | 17 May 2024
  • Workbench for Apache NiFi data flows

    1 project | dev.to | 17 May 2024
  • Best Practices for Adopting Open-Source Software in 2024

    1 project | dev.to | 17 May 2024
  • Practical Llama 3 inference in Java

    1 project | news.ycombinator.com | 16 May 2024