renatoh commented on PR #3163:
URL: https://github.com/apache/solr/pull/3163#issuecomment-2701327325

   > Map.get, Map.remove, Map.put -- basic operations are O(1) in a hash based 
Map, but not in a dense array List that SOM is today.
   
   I do understand that part, but today, we are umarshalling to a 
LinkedHashMap, with the current changes we would unmarshall to a SMO (backed by 
an ArrayList), I do understand the potential performance issues of that change.
   But if we now changed the SMO to a LinkedHashMap, we would then unmarshall 
to an LinkedHashMap in a SMO, compared to unmarshall to a LinkedHashmap, as we 
do today. So what is the point of changing from a LinkedHashMap to 
LinkedHashMap in a SMO?


-- 
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...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to