V-Wong/CubeSimRS

Cache pruning tables in Thistlethwaite solver

V-Wong opened this issue · 1 comments

The pruning tables inside each phase of the Thislethwaite solver are constant and do not vary from call to call. At the moment, the tables are regenerated at each function call. This is inefficient and caching the tables would be preferable.