Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
It would be good to improve the builder AST transform for other strategies than the Simple Strategy where you can use the pattern to re mutate an existing object.
Also to reconfigure any existing initialisers (without creating new objects) to be used to either create new objects or mutate mutable objects.
The above can help reduce memory pressure in and application and GC overhead in performance sensitive applications.