crystalruby
Programming-Language-Benchmarks
crystalruby | Programming-Language-Benchmarks | |
---|---|---|
4 | 20 | |
597 | 643 | |
- | - | |
6.6 | 3.4 | |
about 1 month ago | 2 months ago | |
Ruby | C# | |
MIT License | MIT License |
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.
crystalruby
-
If you want your Ruby application to be efficient, keep it updated!
Recently, I came across an article titled “Ruby might be faster than you think” In this article, John Hawthorn revisits the code snippet from the CrystalRuby README and optimizes it to show that Ruby is just as performant, if not more, than the alternative presented by CrystalRuby.
-
Yes, Ruby is fast, but…
It is common to call C functions from Ruby or Crystal. It's interesting to know that there are alternatives to bridge these two languages that share the same goal of writing beautiful programs, using a similar syntax. The mentioned crystalruby gem allows interfacing Ruby programs with Crystal, and the shard anyolite allows calling Ruby programs from Crystal.
-
Anyolite – Embedded Mruby/Ruby for Crystal
Another ruby/crystal project coming hot on the heels of crystalruby[1].
I can see that both have different use cases but it's interesting to see the two approaches.
1. https://github.com/wouterken/crystalruby
- Embed Crystal code directly in Ruby
Programming-Language-Benchmarks
-
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
- The original computer languages benchmark is back
What are some alternatives?
rubyinline
Programming-Language-Benchmark
anyolite - Embedded mruby/Ruby for Crystal
svix-webhooks - The enterprise-ready webhooks service 🦀
rust-csharp-ffi - An example Rust + C# hybrid application
Game-Of-Life-Implementations - Conway's Game of Life implementation in various languages
sb-simd - A convenient SIMD interface for SBCL.
lish - Lisp Shell
CSharpWasmBenchmark - Comparing the performances of C# Runtime, C# Wasm AOT, C# Wasm Interpreted and JavaScript.
Mimic - 📡 League from the safety of your toilet.
matrixmultiply - General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
awesome-lisp-companies - Awesome Lisp Companies