- Cute tricks for SIMD vectorized binary encoding and decoding of nucleotides. https://github.com/daniel-liu-c0deb0t/cute-nucleotides 5 comments rust
Linked pages
- Bit Twiddling Hacks https://graphics.stanford.edu/~seander/bithacks.html 225 comments
- Faster remainders when the divisor is a constant: beating compilers and libdivide – Daniel Lemire's blog https://lemire.me/blog/2019/02/08/faster-remainders-when-the-divisor-is-a-constant-beating-compilers-and-libdivide/ 171 comments
- Software optimization resources. C++ and assembly. Windows, Linux, BSD, Mac OS X http://www.agner.org/optimize 97 comments
- How fast can you bit-interleave 32-bit integers? – Daniel Lemire's blog https://lemire.me/blog/2018/01/08/how-fast-can-you-bit-interleave-32-bit-integers/ 8 comments
- Code Fragment: Finding quote pairs with carry-less multiply (PCLMULQDQ) – Branch Free https://branchfree.org/2019/03/06/code-fragment-finding-quote-pairs-with-carry-less-multiply-pclmulqdq/ 1 comment
- Daniel Lemire's blog – Daniel Lemire is a computer science professor at the Data Science Laboratory of the Université du Québec (TÉLUQ) in Montreal. His research is focused on software performance and data engineering. He is a techno-optimist and a free-speech advocate. https://lemire.me/blog/ 0 comments
Would you like to stay up to date with Rust? Checkout Rust
Weekly.