KissThreading.jl icon indicating copy to clipboard operation
KissThreading.jl copied to clipboard

Rework README.TXT

Open bkamins opened this issue 7 years ago • 4 comments

Add sections:

  1. Contributors
  2. Usage examples
  3. 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).

bkamins avatar Jul 21 '18 16:07 bkamins

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.

mohdibntarek avatar Dec 31 '18 16:12 mohdibntarek

I am OK to put them anywhere you find convenient.

bkamins avatar Dec 31 '18 16:12 bkamins

Do you have the code that was used to generate these benchmark plots?

mohdibntarek avatar Dec 31 '18 16:12 mohdibntarek

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.

bkamins avatar Jan 01 '19 08:01 bkamins