/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sigpwned.com
| | github.com
0.6 parsecs away

Travel
| | Performance comparison between various String and Pattern operations in Java - sigpwned/string-regex-benchmarks
| | eregon.me
4.2 parsecs away

Travel
| | In this blog post we benchmark many Ruby versions and the latest Ruby Just-in-Time compilers (JITs) on the newest Ruby benchmark suite, yjit-bench. As a teaser, the geometric mean speedups compared to CRuby 3.1 on these 14 benchmarks are: MJIT 1.26x, YJIT 1.39x, JRuby 1.86x and TruffleRuby 6.23x. Read on to find more about the benchmarks and gain insights on these speedups. This blog post is also available on Medium.
| | probablydance.com
4.5 parsecs away

Travel
| | I think one of the reasons why I was able to do good performance work over the years is that at some point I started taking benchmarking seriously enough to write my own library. I used to use Google Benchmark, which is a fine library, but at some point you realize that you need a...
| | elementsofprogramming.com
23.0 parsecs away

Travel
| [AI summary] The content describes a C++ subset and provides an extensive list of functions and algorithms used in the 'Elements of Programming' book, including sorting, searching, and set operations.