|
|
|
|
|
by vkjv
3718 days ago
|
|
This. It doesn't even really need to be a log. A bitset with each bit representing a page and a `1` representing "this page read" would do the trick. On a massive 8000 page tomb, that's only 1kb. If Amazon doesn't need the exact pages read, POPCNT the total and send that. |
|
but thats still pretty minor