|
|
|
|
|
by _ph_
1727 days ago
|
|
Actually I would expect any package not to silently cache things until explicitly specified. This otherwise creates an unbounded memory leak. Moving static (at least as much it concerns the loop) expressions out of a loop is one of the most fundamental optimizations a programmer should do when writing code. |
|