Tree.h in OpenBSD: dependency-free intrusive binary tree (2002)

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • src

    Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.

  • illumos-gate

    An open-source Unix operating system

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

    The FRRouting Protocol Suite

  • linux

    Linux kernel source tree

  • The linux kernel also has some nice comments in its red black tree implementation.

    https://github.com/torvalds/linux/blob/master/lib/rbtree.c

  • whirlog

    a minimal versioned log structured relational DB in Common Lisp

  • I have a fairly comprehensible left leaning rb tree implementation that I've been porting along my travels.

    I keep it around for situations where a binary searched array isn't doable or good enough, but I still want ordered set functionality that isn't in the stdlib.

    https://github.com/codr7/whirlog/blob/main/rb.lisp

    https://github.com/codr7/libcodr7/blob/master/source/codr7/t...

  • libcodr7

    fundamental tools in the spirit of C

  • I have a fairly comprehensible left leaning rb tree implementation that I've been porting along my travels.

    I keep it around for situations where a binary searched array isn't doable or good enough, but I still want ordered set functionality that isn't in the stdlib.

    https://github.com/codr7/whirlog/blob/main/rb.lisp

    https://github.com/codr7/libcodr7/blob/master/source/codr7/t...

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