You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "nickva (via GitHub)" <gi...@apache.org> on 2023/05/23 16:50:31 UTC

[GitHub] [couchdb] nickva opened a new pull request, #4617: Use a faster sets implementation available since OTP 24

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

   Since OTP 24 a version of sets implemented using maps is available [1]
   
   Replace a few case where we use sets with the new implementation.
   
   [1] https://www.erlang.org/doc/man/sets.html
   


-- 
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 #4617: Use a faster sets implementation available since OTP 24

Posted by "nickva (via GitHub)" <gi...@apache.org>.
nickva merged PR #4617:
URL: https://github.com/apache/couchdb/pull/4617


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