Still haven't quite figured out exactly what timely dataflow is (something like JIT-evaluated lazy streams that take advantage of parallel processing resources), but here's a paper to read.
Here's a Rust implementation of a similar system, with differential dataflow built on top of it.
...
No comments:
Post a Comment