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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. src

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

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. illumos-gate

    An open-source Unix operating system

  4. frr

    The FRRouting Protocol Suite

  5. 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

  6. 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...

  7. 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

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