rust-dataframe
rust-dataframe copied to clipboard
Plot out optimisations
The lazy evaluation model seems to be fine for most operations, and can be usable when the existing holes are plugged.
Next step is to plot out how optimisations on Vec<Computation> would work. I can try out simple optimisations such as reordering a filter and calculate to filter before calculating.