rmuir commented on PR #11860: URL: https://github.com/apache/lucene/pull/11860#issuecomment-1300737402
Why do we need to reset? I think we might be using the wrong packed ints class? Seems like we might be loading up giant in-RAM packedints, but then accessing it randomly? I'd be curious if its enough to just use DirectWriter/DirectReader and keep all the data off heap. These are already designed for random access. -- 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