Settings

Theme

Benchmarking different programming languages for a simple bioinformatics task

github.com

2 points by c0deb0t 5 years ago · 2 comments

Reader

transfire 5 years ago

Those super fast Rust solutions are somewhat interesting for their use of SIMD, but honestly with the complexity of the code involved, they might as well have written it in Assembly.

Also, side note, was the Crystal CSP solution only run with a single worker thread? Unless there is some bottleneck caused by the IO I dont understand how the CSP solution runs slower than the otherwise identical non-CSP version.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection