gf2121 commented on PR #15970:
URL: https://github.com/apache/lucene/pull/15970#issuecomment-4298133777

   > Nice! I'll merge this, do you want to open a PR with the path compression 
changes and I'll take a look?
   
   I thought about this a bit more, and I realized that we do not really need 
the Tree structure on the heap at all. We can just use an efficient prefix 
encoding and delay the building of the trie until the save phase. I opened 
https://github.com/apache/lucene/pull/15977.
   


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