Marko Topolnik
@mtopolnik
I am a builder by vocation, but my greatest passion is just understanding things, for no practical value.
ID: 3099918401
20-03-2015 18:19:20
960 Tweet
380 Followers
187 Following
#1BRC contestants and those who followed it probably know what I mean by "merykitty's magic SWAR". I sat down and tried to explain those awesome 8 lines of code in ~3,000 words of English. Comes with the seal of approval from the man, Mai Đặng Quân Anh ! questdb.io/blog/1brc-mery…
Does "vpmovzxbd" Scare You? Here's Why it Doesn't Have To! questdb.io/blog/does-vpmo… Another wonderful blog by Marko Topolnik 🤓
Today in QuestDB pt2: Marko Topolnik made length(varchar) SQL function faster with the following SWAR code. Previously it was using a much slower UTF-8 parsing routine. This reminds me of cool tricks from Daniel Lemire blog.
"A survey on the evolution of stream processing systems" Banger of a paper by Marios Fragkoulis, discussing ordering semantics, fault tolerance, scalability, state management and more, of different stream processors. 👉 link.springer.com/article/10.100…
Combine Java and Rust Code Coverage in a Polyglot Project: questdb.io/blog/rust-cove… A guide by Marko Topolnik himself!