|
|
|
@ -39,7 +39,7 @@ Whereas V2 uses a single `mmap()`.
|
|
|
|
|
![](./profiling/release-flame.png)
|
|
|
|
|
|
|
|
|
|
## Memory usage
|
|
|
|
|
The [memusage](https://www.systutorials.com/docs/linux/man/1-memusage/) graph for =v1= shows extremely inefficient stack usage.
|
|
|
|
|
The [memusage](https://www.systutorials.com/docs/linux/man/1-memusage/) graph for `v1` shows extremely inefficient stack usage.
|
|
|
|
|
![](./profiling/old-mem.png)
|
|
|
|
|
( the green is supposed to be a line, not a bar )
|
|
|
|
|
This is due to how the unshuffler buffers RNG results.
|
|
|
|
|