2024-03-04 06:37:45 +00:00
|
|
|
---
|
|
|
|
synopsis: Reduce eval memory usage and wall time
|
|
|
|
prs: 9658
|
2024-05-15 02:14:58 +00:00
|
|
|
cls: 207
|
|
|
|
credits: horrors
|
|
|
|
category: Improvements
|
2024-03-04 06:37:45 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
Reduce the size of the `Env` struct used in the evaluator by a pointer, or 8 bytes on most modern machines.
|
|
|
|
This reduces memory usage during eval by around 2% and wall time by around 3%.
|