|
You are here |
sigpwned.com | ||
| | | | |
github.com
|
|
| | | | | Performance comparison between various String and Pattern operations in Java - sigpwned/string-regex-benchmarks | |
| | | | |
eregon.me
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [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. | ||