02 May 25

Designing a good, fast, portable SIMD algorithm is not a simple matter and requires thinking a little bit like a circuit designer.


20 Apr 25

Interesting study of vectorizing the tokenization of a complex language.


12 Apr 25

I’ve thought about vectorized sorting for a while, but I didn’t know that bitonic sorts can be implemented efficiently on SIMD registers. This is an interesting approach.