5 ms·
Did you use any parallelism/concurrency? There ought to be a way to speed up the Go version with parallelism. This is fair as that is one of Go's strengths.
by LocalMan 13y ago
Did you use any parallelism/concurrency? There ought to be a way to speed up the Go version with parallelism. This is fair as that is one of Go's strengths.
- zhenjl 13y agoI did not. It might be difficult tho for all the delta encoding methods since they all depend on computing delta from the previous integer. For the non-delta methods it is conceivable that ||ism may help, but not sure by how much.