You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/06/29 18:32:56 UTC

[GitHub] [ignite] artnaseef commented on pull request #10123: IGNITE-17274: Improve performance starting up large numbers of services.

artnaseef commented on PR #10123:
URL: https://github.com/apache/ignite/pull/10123#issuecomment-1170351994

   The change adds a Map of services by service-name in addition to the Map by service-id, and uses this map for lookups instead of a linear search of the map by service-name.
   
   This significantly reduces the startup timing of services and changes the growth in timing from exponential to linear.


-- 
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: notifications-unsubscribe@ignite.apache.org

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