Closed arthurpaulino closed 2 years ago
Every universe level and expression was compiled as if it were the first time, adding a lot of overhead due to recomputations.
This PR adds caching to the compilation of those objects, cutting out the overhead by the cost of searches on RBMaps.
RBMap
Closes #170
Every universe level and expression was compiled as if it were the first time, adding a lot of overhead due to recomputations.
This PR adds caching to the compilation of those objects, cutting out the overhead by the cost of searches on
RBMap
s.Closes #170