dsmiley commented on PR #13949: URL: https://github.com/apache/lucene/pull/13949#issuecomment-2632403618
By the way, the Apache Solr project has an impressive "[BlockCache](https://github.com/apache/solr/blob/07943e87fb762b69a66932f777d56eb14cc72e78/solr/modules/hdfs/src/java/org/apache/solr/hdfs/store/blockcache/BlockCache.java)" Directory wrapper to cache data either on or off heap. It's about to be deleted merely because of its adjacency with Solr's outgoing HDFS support, but the BlockCache Java package is kind of dependency-free except for Caffeine-Cache. Technically there are some trivial references to other things that aren't essential. I think it would make sense for it to live in Lucene for use by people using Directories with remote storage, where the OS-cache isn't in-play. -- 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