Julia reverse-complement saolof
build: N/A
run: julia -O3 reverse_complement_submission.jl < revcomp-input.txt
Also have a github page for it over here, with more comments: https://github.com/saolof/languageshootout.jl/blob/master/reverse_complement.jl
Should be roughly an order of magnitude speedup over current implementation by using a table instead of a Dict & by avoiding unnecessary copies of the buffer, while also being somewhat easier to read.reverse_complement_submission.jl