diff options
Diffstat (limited to 'doc/manual/rl-next/env-size-reduction.md')
-rw-r--r-- | doc/manual/rl-next/env-size-reduction.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/manual/rl-next/env-size-reduction.md b/doc/manual/rl-next/env-size-reduction.md deleted file mode 100644 index 3367e5f91..000000000 --- a/doc/manual/rl-next/env-size-reduction.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -synopsis: Reduce eval memory usage and wall time -prs: 9658 -cls: 207 -credits: horrors -category: Improvements ---- - -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%. |