dweiss commented on issue #14487:
URL: https://github.com/apache/lucene/issues/14487#issuecomment-2802983241

   So this seed hits the trie builder with 40k strings and requires _a lot_ of 
memory to process them. There is a comment in trie builder:
   ```
   <p>TODO make this trie builder a more memory efficient structure.
   ```
   I think this should be implemented asap because right now it seems like it's 
not going to fly...


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