benchmarks
benchmarks copied to clipboard
Some benchmarks of different languages
The original implementation (the mirror in https://gitlab.com/nuald-grp/bf-2) has the range check and properly handles the out of bound access. Some of the existing tests don't have it, thus may have...
There are errors during docker image building because of some packages is missing, so can you provides docker images of the benchmarks in dockerhub? Thanks!
It will allow to run with JVM JIT or as a binary compiled to the native code by GraalVM or Scala Native. [Here](https://github.com/plokhotnyuk/jsoniter-scala/tree/master/jsoniter-scala-examples) is an example of such project.
Numerical `for` loops in Scala are known to be slower than their counterparts in other languages, and also generate more garbage, because they are implemented as a composition of very...
I found this project, because I want to compare Debian vs Alpine Linux to learn when to use what OS. I would love to have more PHP tests available, i.e....
This PR adds an Idris2 json benchmark. It also refines the way Idris2 code is developed and run using [pack](https://github.com/stefan-hoeck/idris2-pack).
You could use more comparable packages in terms of the backplane or the benchmark. I would suggest MIME::Base64 instead of MIME::Base64::Perl (the pure Perl implementation). I would also suggest to...
Add bf benchmark in [Lean](https://lean-lang.org). Compared to other languages, these are unique features in the Lean program: * The source program appears to "functionally update" an array, which sounds inefficient....