Their latest paper [0] refers to Naiad(timely dataflow) a few times, e.g.: "Inspired by ingress/egress nodes in Naiad [34], nested streams can be processed by nested dataflow graphs, which iteratively process chunks of data sourced from a larger stream with support for carrying state across iterations."
HN user
leicmi
A paper on DataFusion is in progress[0].
The draft[1] includes a comparison to DuckDB and preliminary benchmark results.
There's also some really interesting stuff going on in music informatics, audio and signal processing, especially where everything comes together - accompanying human players:
Slides and Videos (Tutorial for the 2020 ACM SIGMOD International Conference on Management of Data): https://streaming-research.github.io/Tutorial-SIGMOD-2020/
Possibly Bedrock fits your needs: https://bedrockdb.com
"Bedrock [..] is a networking and distributed transaction layer built atop SQLite"
"... That query can be any SQLite-compatible query – including schema changes, foreign key constraints, partial indexes, native JSON expressions, or any of the tremendous amount of functionality SQLite offers."
Same for Delft University of Technology, Netherlands: https://www.tudelft.nl/en/student/education/academic-calenda...
IMO it would be good to have 'Show HN:' in the title to see that the [owner?] of this site submitted this post.
For ARM thumb2 style you need a third instruction between the two:
IT EQ
The 'IT' is for 'if then'.
There could also be more 'then's and 'else's for the conditional execution of muliple instructions: ITTE LT
(If then then else)
The following instructions could for example be: ADDEQ ...
STREQ ...
BNE ... (Branch - not equal because of the else)
Source:
http://community.arm.com/groups/processors/blog/2010/09/30/c...