Command line utility for working with next-generation sequencing files. - GitHub - stjude-rust-labs/ngs: Command line utility for working with next-generation sequencing files. (more…)
Read more »
(This is a section of the lilos intro guide that people seemed to like, so
to increase its visibility, I’m lifting it up into its own post and expanding it
a bit. I hope this is a useful companion piece to the post on async
debugging I posted this morning... (more…)
Read more »
SeaHash: A blazingly fast, portable hash function with proven statistical guarantees.
Read more »
Go is garbage collected, rust is not. That means rust is faster than go, right? No! Not always.
Let’s take an example that I stumbled across while playing around with an algorithm that calculates Levenshtein edit distances. I wanted to compare the perform... (more…)
Read more »