logoalt Hacker News

mattmaynesyesterday at 10:39 AM1 replyview on HN

This is where the power and expressiveness of kdb+ shines. It has SIMD primitives out of the box and can optimize your code based on data types to take advantage of it. https://kx.com/blog/what-makes-time-series-database-kdb-so-f...


Replies

MangoToupeyesterday at 11:06 AM

Time series is vector processing on easy mode, though. The hard part is applying SIMD to problems that aren't shaped to be easily processed in parallel.

show 1 reply