Morton: Bit Interleaving in C/C++

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

  • adsb.exposed

    Interactive visualization and analytics on ADS-B data with ClickHouse

  • I use this technique in a few of my projects:

    https://reversedns.space/ (a map of the Internet) - Morton curve is used as a visualization tool;

    https://adsb.exposed/ (a visualizer of air traffic) - Morton curve is used as a database index;

    Both projects are open-source, so you can find how exactly it is applied: https://github.com/ClickHouse/adsb.exposed/blob/main/setup.s...

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

    C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates

  • 3. https://github.com/Forceflow/libmorton

    I used it to accelerate nearest neighbor detection for collision processing in particle-laden flow for modeling complicated domains in 3d (for biological fluids simulation). I was using it a locality sensitive hashing to put particles near each other in the same bucket in an hash map. I came across the ideas of BIGMIN (big minimum) and LITMAX (little maximum) for range search in a morton encoded data that I found to be cool.

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

  • What are the implications of AVX-512 for emulation?

    3 projects | /r/emulation | 7 Mar 2021
  • Create a GraphQL-powered project management endpoint in Rust and MongoDB - Actix web version

    4 projects | dev.to | 25 Jul 2022
  • Adding CFLAGS to a makefile

    3 projects | /r/AskProgramming | 27 Sep 2021
  • What if null was an Object in Java?

    3 projects | news.ycombinator.com | 28 Apr 2024
  • OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computers

    2 projects | news.ycombinator.com | 28 Apr 2024