blerer opened a new pull request, #15457:
URL: https://github.com/apache/lucene/pull/15457

   ### Description
   The patch remove the use of `TreeMap` from `readMapOfStrings` and the use of 
`TreeSet` from `readSetOfString` and return `ImmutableMaps` and `ImmutableSets` 
instead of `UnmodifiableMaps`. As the use of `Map.copyOf` on `ImmutableMap` is 
a noop the change also avoid the creation of a new map instance in 
`SegmentInfo`.
   
   Closes #15453
   


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