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.
transfire|5 years ago
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.
owaisin|5 years ago
[deleted]