languages
languages copied to clipboard
Compare languages
I have: * [x] Read the project [README](../../blob/main/README.md), including the [benchmark descriptions](../../blob/main/README.md#available-benchmarks) * [x] Read the PR template instructions before I deleted them * [x] Understood that if I have...
I have: * [x] Read the project [README](../../blob/main/README.md), including the [benchmark descriptions](../../blob/main/README.md#available-benchmarks) * [x] Read the PR template instructions before I deleted them * [x] Understood that if I have...
Why do you need three classes where the code is repeated? https://github.com/bddicken/languages/blob/main/fibonacci/jvm/code.java Here you can see a static method that implements the algorithm, as well as an entry point where...
https://cython.org/
Add PL/I code identical to the COBOL pendant. I have: * [ x] Read the project [README](../README.md), including the [benchmark descriptions](../README.md#available-benchmarks) ## Description of changes Directory **PL1** added for the...
Since yesterday we merged: * #370 TL;DR: The programs bench the execution time of the benched function, to remove start/setup times from the measurements. The programs need now accept three...
I have: * [x] Read the project [README](../README.md), including the [benchmark descriptions](../README.md#available-benchmarks) ## Description of changes - Use swapping instead of a temp variable to replace array values. - Use...
Following issue addresses a problem in benchmark comparability. It does not contain a final solution, but a few ideas and suggestions and also invites others to add more ideas on...
- [ ] Benchmark utility - [ ] loops - [ ] fibonacci - [ ] levenshtein - [ ] hello-world