
Jörn Horstmann
@jhorstmann23
Rust/Kotlin/Java/PostgreSQL Backend Developer in Berlin. He/Him
ID: 256707467
https://stackoverflow.com/users/139595/j%c3%b6rn-horstmann?tab=profile 23-02-2011 22:45:01
1,1K Tweet
187 Followers
560 Following







Columnar file formats like Parquet/ORC are ubiquitous. Our VLDB paper with Xinyu Zeng + Huanchen Zhang + Wes McKinney studies their internals. TLDR: They're not optimized for modern hardware. Something new is needed. Paper: vldb.org/pvldb/vol17/p1… Code: github.com/XinyuZeng/Eval…







Radix sort implementation using AVX-512: github.com/jhorstmann/rad… I've been sitting on this code for some years, since I could never get it to outperform the scalar implementation, on either tigerlake or zen4. A tweet by Robert Clausecker reminded me to clean it up and publish.






