uwplse / syncro

Synthesis of Incremental Operations
2 stars 1 forks source link

Synthesis of helper data-structures #19

Open Sumith1896 opened 7 years ago

Sumith1896 commented 7 years ago

Currently, Syncro cannot synthesize "helper" data structures. One idea would be to create another grammar for helper data structures, and try to synthesize a helper data structure such that O' = O + helper data structure. (This is the approach used by DBToaster.) We can then recursively incrementalize the helper data structure itself.