diff options
Diffstat (limited to 'doc/manual/rl-next/env-size-reduction.md')
-rw-r--r-- | doc/manual/rl-next/env-size-reduction.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/rl-next/env-size-reduction.md b/doc/manual/rl-next/env-size-reduction.md index 40a58bc28..3367e5f91 100644 --- a/doc/manual/rl-next/env-size-reduction.md +++ b/doc/manual/rl-next/env-size-reduction.md @@ -1,6 +1,9 @@ --- 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. |