mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
8 lines
255 B
Markdown
8 lines
255 B
Markdown
|
---
|
||
|
synopsis: Reduce eval memory usage and wall time
|
||
|
prs: 9658
|
||
|
---
|
||
|
|
||
|
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%.
|