mikemccand commented on issue #12513:
URL: https://github.com/apache/lucene/issues/12513#issuecomment-1710091688

   The next paragraph in the blog is also very interesting!
   
   ```
   An interesting consequence of using a bounded hash table which only
   stores some of the states is that construction of an FST can be
   streamed to a file on disk. Namely, when states are frozen as
   described in the previous two sections, there’s no reason to keep all
   of them in memory. Instead, we can immediately write them to disk (or
   a socket, or whatever).
   ```
   
   Since Lucene's FSTs are now "off-heap", we could take a similar approach.  I 
think this is lower priority, but I'll open a spinoff issue for it too...


-- 
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

Reply via email to