logoalt Hacker News

jimaway123today at 12:33 PM2 repliesview on HN

Is anyone aware of a version of this focused on very speed sensitive, low-level incremental computation? Like perhaps a compiler that generated a kernel for doing an incremental computation on a static graph?


Replies

tempfiletoday at 12:38 PM

Given this is a Jane Street library, I would be surprised if it were not very speed-sensitive already.

erichoceantoday at 1:00 PM

https://github.com/cmuparlay/psac is extremely fast, I use it to recompute sculpting topology updates (think: Zbrush DynaMesh) at 60 fps.

show 1 reply