You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/10/27 21:08:27 UTC

[GitHub] [couchdb] nickva opened a new pull request, #4246: Optimize smoosh enqueuing

nickva opened a new pull request, #4246:
URL: https://github.com/apache/couchdb/pull/4246

   Make sure we don't do an O(n) filtering when enqueuing processes terminate.
   
   Also, cleanup an old code_change clause, and add a tiny optimization to avoid unnecessary external calls.
   


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

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


[GitHub] [couchdb] nickva commented on pull request #4246: Optimize smoosh enqueuing

Posted by GitBox <gi...@apache.org>.
nickva commented on PR #4246:
URL: https://github.com/apache/couchdb/pull/4246#issuecomment-1294361573

   Ah good point. I'll lower the iteration count.


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

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


[GitHub] [couchdb] nickva merged pull request #4246: Optimize smoosh enqueuing

Posted by GitBox <gi...@apache.org>.
nickva merged PR #4246:
URL: https://github.com/apache/couchdb/pull/4246


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

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