Add benchmark for quick select algorithm evaluation. (#255)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Mar 2021 19:22:31 +0000 (20:22 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 19:22:31 +0000 (20:22 +0100)
commit74750c7f0a8b83b3a579f4d7fc96070ca540b234
tree74eab1969509e87aaed1122175755df0852d324f
parent015cd3c7998314810359dcd1941466e09d6147f7
Add benchmark for quick select algorithm evaluation. (#255)
.eslintrc.js
README.md
benchmarks/README.md
benchmarks/internal/benchmark-utils.js
benchmarks/internal/cluster/dynamic.js
benchmarks/internal/cluster/fixed.js
benchmarks/internal/quick-select.js [new file with mode: 0644]
benchmarks/internal/thread/dynamic.js
benchmarks/internal/thread/fixed.js
benchmarks/versus-external-pools/bench.sh