rust-dataframe icon indicating copy to clipboard operation
rust-dataframe copied to clipboard

Plot out optimisations

Open nevi-me opened this issue 5 years ago • 0 comments

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.

nevi-me avatar Feb 05 '20 18:02 nevi-me