gordonwatts / hl_tables

A high level tables dispatcher for putting together mulitple tables executors
0 stars 0 forks source link

Rethink how hl tables links together various sub-processors #2

Open gordonwatts opened 4 years ago

gordonwatts commented 4 years ago

We need to rethink the algorithm here. Best is probably:

That should make the individual ones have much less work to do to scan. Instead, most of the work is moved to the hl algorithm. It should also make testing much easier.

Definately still have each sub-processor do as much of a tree of operations as possible!

And the awkeward processor - have it more flat - so you can test each operation individually, and then not worry about anything else. Should make testing much easier, Ben style.