benchmarks
benchmarks copied to clipboard
Some benchmarks of different languages
This shows the Boost JSON in a better light and uses safer at( ) instead of operator[] that will insert if the member doesn't exist. At throws. It also uses...
Hi, it could be interesting to add Cython versions of at least some of the benchmarks. What do you think?
Requesting implementing benchmark for beeflang https://www.beeflang.org/
Hello ! Kotlin/Native is beta for Now but it have great future, with Kotlinx Serialization i think it must have great performance in Json Benchmark
Please include C Clang for the Base64 benchmark. My results on my machine: GCC: encode: 1333333600, 1.08 decode: 1000000000, 2.07 Clang: encode: 1333333600, 1.23 decode: 1000000000, 1.44 Also, please modify...
I compared Rust and Cpp versions and I found out that most of performance difference is branch misprediction. It also drastically changes from CPU to CPU becuase it relies on...
Today I came across [mimalloc](https://github.com/microsoft/mimalloc ), probably the most "stable" `malloc()` replacement and think it's wise to use it for all languages to avoid sensitivity to unstable performance behavior in...
Adding the size in bytes for the executable binaries (or VM bytecode) generated by the compiler would be very interesting. Bonus points for also mentioning size sum of ``ldd`` library...
I made it faster and memory efficient by using ets tables. Below is a statistical report generated by Benchee Name ips average deviation median 99th % ets 0.00689 2.42 min...