You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah I'm not sure if I literally want a page or if I'm misusing that term. Ideally we'd benchmark and find a sweet spot.... It might be we want to fit within a cache size or something. Maybe better would be to expose "pagesize" as an argument and do these tests. Iirc the only lower bound is that the page has to span two lines.
On POSIX you can get the page size from a syscall, we should try that and then default to some value, see: https://stackoverflow.com/questions/3351940/detecting-the-memory-page-size
The text was updated successfully, but these errors were encountered: