You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by GitBox <gi...@apache.org> on 2021/05/20 19:02:58 UTC

[GitHub] [metamodel] sanveer-osahan opened a new pull request #252: Updated getSchemas to directly call internal method

sanveer-osahan opened a new pull request #252:
URL: https://github.com/apache/metamodel/pull/252


   Currently the time complexity for getSchemas method is O(n^2*log(n)) considering n number of schemas.
   The getSchemaByName call in it can be replaced with getSchemaByNameInternal to reduce the complexity to O(n)


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

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



[GitHub] [metamodel] kaspersorensen commented on pull request #252: Updated getSchemas to directly call internal method

Posted by GitBox <gi...@apache.org>.
kaspersorensen commented on pull request #252:
URL: https://github.com/apache/metamodel/pull/252#issuecomment-845708511


   Nice little improvement. Looks good to me.


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

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



[GitHub] [metamodel] kaspersorensen merged pull request #252: Updated getSchemas to directly call internal method

Posted by GitBox <gi...@apache.org>.
kaspersorensen merged pull request #252:
URL: https://github.com/apache/metamodel/pull/252


   


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

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