From 48d7a09434fb60564cc832e76a90dd546d8e9aef Mon Sep 17 00:00:00 2001 From: Tomer Filiba Date: Fri, 6 Sep 2024 19:21:23 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5d414c..ce98424 100644 --- a/README.md +++ b/README.md @@ -138,3 +138,4 @@ If your memory is too constrainted for keeping the lookup tables mapped-in (i.e. you'll incur one more unit of "IO latency" for fetching the row from the table. Since the row spans 2KB (and aligned to 4KB), it should behave nicely with 4K IOs. +See also [this guide to LTO/PGO](https://github.com/sweet-security/candystore/issues/7) by Alexander Zaitsev.