romseygeek commented on code in PR #15977:
URL: https://github.com/apache/lucene/pull/15977#discussion_r3129472230


##########
lucene/CHANGES.txt:
##########
@@ -330,6 +328,8 @@ Optimizations
 
 * GITHUB#15970: Reduce memory usage of fields with long terms during segment 
merges. (Alan Woodward)
 
+* GITHUB#15977: Speed up TrieBuilder and reduce its memory footprint by 
replacing the in-memory object tree with a compact prefix-coded byte buffer. 
(Guo Feng)

Review Comment:
   Let's merge this with the previous entry?  My one is superseded now!



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