bst

Well Factored, Non-Recursive, General & Generic BSTs in ANSI C (by c-blake)

Bst Alternatives

Similar projects and alternatives to bst

  • rust

    2,683 bst VS rust

    Empowering everyone to build reliable and efficient software.

  • Nim

    347 bst VS Nim

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

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

    54 bst VS githut

    Github Language Statistics

  • ixy-languages

    A high-speed network driver written in C, Rust, C++, Go, C#, Java, OCaml, Haskell, Swift, Javascript, and Python

  • ctl

    19 bst VS ctl

    The C Template Library

  • ext-ds

    An extension providing efficient data structures for PHP 7

  • bst

    3 bst VS bst

    Exploring the design space of binary search trees

  • SaaSHub

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

    SaaSHub logo
  • pyc

    1 bst VS pyc

    A Python to C compiler

  • jsc

    1 bst VS jsc

    A JavaScript compiler written in TypeScript targeting C++/V8 (by eatonphil)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better bst alternative or higher similarity.

bst reviews and mentions

Posts with mentions or reviews of bst. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-15.
  • Exploring the design space of binary search trees
    3 projects | news.ycombinator.com | 15 Aug 2023
    If you like this article then you might also be interested in: https://github.com/c-blake/bst interesting

    It's ANSI C with a bespoke macro generics system not Go, does not cover as many balancing rules, and is not written up as nicely. It does do something only weakly represented in your Go impls, AFAICT - "binary symmetry" - the reflection about left-right intrinsic to most ideas in this area. (Mehlhorn has a book that does this, but that is the only other source I know.) It also has API considerations like seek-edit separation and how to handle in-tree duplicate key FIFO/LIFO/etc (as opposed to values which are also collections).

    Also, Re: B-trees among several comments - edit heavy B-trees with large nodes (driven by IO bandwidth-delay products) need some "mini-scalable" structure for their nodes since shifting (on average) half the entries can cost. That mini-scale could be another B-tree or it could be a binary search tree, perhaps adjusted to have 2-byte sized pointers into the little arena that is a node if 64Knode is enough. I once heard Sybase (now Microsoft SQL Server?) used skip lists. Anyway, this may be a remaining use case for binary trees even in the presence of a B-tree.

  • The Rust compiler has gotten faster again
    8 projects | news.ycombinator.com | 11 Nov 2021
    While I agree the common pattern is to use void*/dynamic dispatch, this is not necessary. E.g., https://github.com/glouw/ctl/ or https://github.com/c-blake/bst show a couple ways to have generic code statically specialized in regular old C.

Stats

Basic bst repo stats
2
2
2.4
9 months ago

The primary programming language of bst is C.


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