diff --git a/README.md b/README.md index 2294039..1db12c0 100644 --- a/README.md +++ b/README.md @@ -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.