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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to