runtime
-jl
SIMD: making every cycle count.
SIMD is a discipline, not a wider instruction. Masks instead of branches, in-place partition, and why correct parallel code can still be slow.
[ NOTES ] from the l team
we write when something measurable has changed. no announcements without numbers.
runtime
-jl
SIMD is a discipline, not a wider instruction. Masks instead of branches, in-place partition, and why correct parallel code can still be slow.
runtime
-jl
Compression usually means storing less. In l it also means computing differently: running primitives on the encoding itself.
runtime
-jl
Modern analytical performance is bound by bytes, not arithmetic. How l treats compression as execution layout.
runtime
-jl
Twenty-five years with k and q. I did not want a new language. I wanted to rebuild the engine underneath it.