subleq VS how-fast-does-it-quicksort

Compare subleq vs how-fast-does-it-quicksort and see what are their differences.

subleq

16-bit SUBLEQ CPU running eForth - just for fun (by howerj)

how-fast-does-it-quicksort

Benchmarks for quicksort implementations in various languages (by LightAndLight)
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
subleq how-fast-does-it-quicksort
9 1
52 1
- -
4.6 -
19 days ago about 7 years ago
Forth Haskell
The Unlicense -
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.

subleq

Posts with mentions or reviews of subleq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.

how-fast-does-it-quicksort

Posts with mentions or reviews of how-fast-does-it-quicksort. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • The ancient world before computers had stacks or heaps
    3 projects | news.ycombinator.com | 3 Apr 2024
    Well first of all, both are abstract concepts.

    No they aren't. A stack is a specific type of data structure. Recursion isn't even specific to computers.

    in computer science stacks are considered to be an abstract data type

    I think you meant data structure and they aren't both concepts.

    Of course, another way to refer to this kind of a structurally induced data type is to call it recursive.

    You are making a linked list. A node in a traditional linked list has data and a pointer to the next node. This is what you are making here. Just because you over complicate a stack by using a linked list, it doesn't mean a 'stack' and 'recursion' are the same thing.

    Fundamentally this is functional programming silver bullet syndrome. These things really have nothing to do with recursion, they just putting a square peg in a round hole by using recursion for iteration and linked lists.

    It's all fun and games until you get past trivial examples. Then pretending complex iteration and data structures are best done with recursion aren't so fun anymore and you want to control what is actually happening.

    One example is this rust quicksort being 40x faster than haskell

    https://github.com/LightAndLight/how-fast-does-it-quicksort

What are some alternatives?

When comparing subleq and how-fast-does-it-quicksort you can also consider the following projects:

swapforth - Swapforth is a cross-platform ANS Forth

Mako - A simple virtual game console

durexforth - Modern C64 Forth

lbForth - Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.