minirust icon indicating copy to clipboard operation
minirust copied to clipboard

Minimize: cache type minimization

Open essickmango opened this issue 1 year ago • 0 comments

The type minimization currently doesn't reuse the result, which can lead to exponential blow up. tests/pass/enums.rs has an example of a type which currently cannot be minimized with 32GB of ram due to its construction.

essickmango avatar Feb 22 '24 14:02 essickmango