benchmarks
benchmarks copied to clipboard
Some benchmarks of different languages
Is there any standard format you are following to publish results? If yes, we can build a tool (or a web page) that interactively compares different measurements and programming languages.
## Summary - The StringIterator was almost perfect. Changed it slightly to make the code more idiomatic. - Use enums instead of consts. - `byte` to `u8` conversion with `v...
Hello, I'm sorry to bother you again. When I run the benchmark, the energy measurement always ends with an output of 0.00. I'm running tests via debian in a virtual...
Just wondering if it may be worth to add a third column "CPU & MEM". So you can see languages that are best at both CPU & MEM? Score calculated...
I am really interested in the V language, and I know their compiler supports the flag `-autofree` which is able to perform automatic memory management in order to significantly reduce...
Some tests use compilation flags which are not used in the production (like `-d:danger` or `-mbranches-within-32B-boundaries` or `-fbounds-check=off`) thus not giving the realistic results. README should be up-to-dated with the...
was getting errors ``` Undefined symbols for architecture x86_64: "_luaL_checklstring", referenced from: _lua_notify in lua.o _lua_notify_with_pid in lua.o "_luaL_checkversion_", referenced from: _luaopen_lua_libnotify in lua.o "_luaL_setfuncs", referenced from: _luaopen_lua_libnotify in lua.o...
Each node in the radix tries should have at most 10 children. In this scenario, a hash map often adds overhead compared to using a simple 10-element array. For example,...
https://github.com/simdjson/simdjson#bindings-and-ports-of-simdjson - https://github.com/simd-lite/simd-json - https://github.com/minio/simdjson-go - https://github.com/EgorBo/SimdJsonSharp And the very WIP https://github.com/travisstaloch/simdjzon Is there a policy to use releases only or that there must be (stable) releases?
The following tests were performed with: Python 3.8.2 + numpy 1.20.1 Julia 1.5.3 Windows 10 Ryzen 7 1700 I am currently trying to figure out which language to use for...