original-brownbear commented on PR #14156: URL: https://github.com/apache/lucene/pull/14156#issuecomment-2607332400
@jpountz I see. Hmm I wonder how much that saves us? Seems we just trade an `isLoaded` for an `madvise` on systems with enough memory? That said, maybe the `madvise` is far cheaper because it doesn't necessarily cover the whole segment like the `isLoaded` check? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org