c3d / db48x

RPL runtime for the DM42 calculator, in the spirit of HP48/49/50
http://48calc.org
GNU Lesser General Public License v3.0
113 stars 13 forks source link

matrix: Add auto-cleaner optimization to matrix operations #1352

Closed c3d closed 4 days ago

c3d commented 4 days ago

Add auto-cleaner optimization for temporary objects created during matrix computations. This reduces the need for garbage collection.