bst VS ext-ds

Compare bst vs ext-ds and see what are their differences.

bst

Exploring the design space of binary search trees (by rtheunissen)

ext-ds

An extension providing efficient data structures for PHP 7 (by php-ds)
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
bst ext-ds
3 9
40 2,110
- 0.2%
3.5 6.0
15 days ago 3 months ago
HTML C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bst

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 2024-03-09.
  • What Cannot Be Skipped About the Skiplist: A Survey of Skiplists and Their Appl
    3 projects | news.ycombinator.com | 9 Mar 2024
    Zip trees are novel but their performance (and therefore also skip lists, since they are isomorphic) lacks behind other linked structures like Treaps and especially LBSTs. [1] I personally find skip lists to be overhyped binary search trees in disguise.

    [1] https://rtheunissen.github.io/bst

  • Using memory arenas and Go benchmarking to explore binary search trees
    1 project | /r/golang | 17 Aug 2023
  • Exploring the design space of binary search trees
    3 projects | news.ycombinator.com | 15 Aug 2023
    Thank you for sharing this resource, I was not aware of it. I am happy to see the inclusion of LBSTs there too.

    Re: binary symmetry, if I'm understanding correctly, another author that makes use of the symmetry is Ben Pfaff in libavl [1]. At the top of [2], which seems a bit misplaced now, I wrote:

    > A choice was made to not unify the symmetric cases using the direction-based technique of Ben Pfaff and others because it makes the logic more difficult to follow even though there would be less code overall.

    The choice of Go was to provide implementations that are both reliable to benchmark (though not as robust as C or Rust for example) but also easy to read. I would like to further reduce abstraction by decomposing common parts such that all the strategies are "one-file" references. This is then effectively the opposite of what the macro-based implementation achieves. Both have value, of course.

    [1] https://adtinfo.org/libavl.html/BST-Node-Structure.html

    [2] https://github.com/rtheunissen/bst/blob/main/trees/avl_botto...

ext-ds

Posts with mentions or reviews of ext-ds. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-15.

What are some alternatives?

When comparing bst and ext-ds you can also consider the following projects:

bst - Well Factored, Non-Recursive, General & Generic BSTs in ANSI C

php-ext-xlswriter - 🚀 PHP Extension for creating and reader XLSX files.

scalar_objects - Extension that adds support for method calls on primitive types in PHP

PHPT - The PHP Interpreter

swoole-cli - SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.

polyfill - Compatibility polyfill

tests

mess - Make your PHP arrays sweet'n'safe