ga-perf
A Genetic Algorithm Based Language Benchmark (by dehanjl)
Programming-Language-Benchmarks
Yet another implementation of computer language benchmarks game (by hanabi1224)
ga-perf | Programming-Language-Benchmarks | |
---|---|---|
1 | 21 | |
3 | 744 | |
- | 1.8% | |
3.5 | 7.0 | |
about 1 year ago | about 1 month ago | |
Go | C# | |
- | 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.
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.
ga-perf
Posts with mentions or reviews of ga-perf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-30.
-
Go / Rust / Python comparison leading to a Rust segfault
A friend of mine (that started off with Rust I think in this year?) sent me a repo this morning on some single threaded performance comparison. The Rust figures were much slower than the Golang ones.
Programming-Language-Benchmarks
Posts with mentions or reviews of Programming-Language-Benchmarks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-05.
-
Archived: Popular backend frameworks by performance benchmark ranking in 2024
It's essential to note that this comparison primarily focuses on backend frameworks and not on programming languages. Drawing conclusions like "Rust outperforms Java" or "C# surpasses JS" may seem valid from the data, it's a false conclusion from my analysis. For a direct comparison of programming languages, there are separate benchmarks available for that purpose (like this or that).
-
Yes, Ruby is fast, but…
Crystal and Ruby are two wonderful languages, each with their pros and cons. Crystal's performance and low memory footprint is hardly contested, and can further be studied in the benchmarks of language and compilers (but be critical about benchmarks!).
-
A Comprehensive Introduction to Golang
The benchmark available at https://programming-language-benchmarks.vercel.app/ demonstrates that Golang stands out as one of the most memory-efficient languages presently available. This achievement is attributable to several inherent features of Golang, such as its static typing, robust garbage collection system, and the inherent structuring of data within the language. These traits collectively contribute to Golang's exceptional efficiency in terms of minimal memory consumption compared to other languages.
- Rust vs Zig Benchmarks
-
Ask HN: What are some of the most elegant codebases in your favorite language?
I found Zig implementation of json parsing is interesting. The code is free from hidden control flow !.
https://github.com/hanabi1224/Programming-Language-Benchmark...
-
why does this while loop run instantly
I think https://programming-language-benchmarks.vercel.app/ is a good starting point to compare languages and compilers, also implementations are optimized for the specific language so you don't end up with a poorly ported c++ implementation in rust and wonder why it performs so bad.
- Why did tiger beetle choose zig over rust?
-
How fast is JIT compiled Lua/JavaScript compared to static compiled C++ and Rust measured in runtime?
It varies a lot depending on what the code consists of, but if you want concrete numbers for certain benchmarks, this site might be of interest: https://programming-language-benchmarks.vercel.app/
-
Speed Comparisons: JavaScript vs Python vs C vs Rust
There is not "one real" benchmark. In the end, all you can do is test languages for a specific feature / purpose. You can see how many different suggestions people have here, and here (I think) you can see the difficulties of comparing languages. That site uses quite a lot of algorithms / problems with multiple inputs, single and multithreaded, with different optimization flags (where applicable) and so on paired with different languages, and it's a mess. Sometimes one language is on top, sometimes another. (I mean, python will very rarely beat pure C, but I wont rule out that someone already created an edge case just to refute exactly this point)
- how to benchmark a programming language
What are some alternatives?
When comparing ga-perf and Programming-Language-Benchmarks you can also consider the following projects:
grpc_microservices - This project is a POC of the API Composition Pattern but using gRPC, the idea is having the same proto file implemented in different services (micro or nano) and each service returns a piece of the information to the gateway.
svix-webhooks - The open source and enterprise-ready webhooks service 🦀
kokizzu-benchmark - Benchmark sources in kokizzu.blogspot.com
lish - Lisp Shell
ga-perf - A Genetic Algorithm Based Language Benchmark
Programming-Language-Benchmark