KissThreading.jl
KissThreading.jl copied to clipboard
Rework README.TXT
Add sections:
- Contributors
- Usage examples
- Corrected benchmark plots (or something else that clearly shows the benchmark results). Here ideally we should do benchmarks on different machine sizes and different job sizes (my original design of KisThreading targetted small number of large jobs, but with current improvements maybe we can target whole range of jobs with proper batch size tuning).
Do we need the benchmarks on the README? It would be simpler to have examples and some inline run times. Getting benchmarks right is not an easy (or easily reproducible) task.
I am OK to put them anywhere you find convenient.
Do you have the code that was used to generate these benchmark plots?
The code is from test/ directory. The plots themselves were generated in https://github.com/mbaz/Gaston.jl, but I do not have them and it seems that this package was not upgraded to Julia 1.0 (at least there are no recent commits there).
So it is probably better to use something standard do do the plots.