You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/03/18 13:11:38 UTC

[GitHub] [cassandra] belliottsmith commented on pull request #1462: CASSANDRA-15510 (4.0): Optimise BTree.{build,update,transform}

belliottsmith commented on pull request #1462:
URL: https://github.com/apache/cassandra/pull/1462#issuecomment-1072396239


   > Called it nonEmptyParentMaybeSteal and changed touch to inUse. I didn't reset it to false to avoid risking uncleaned arrays after use.
   
   I did mentally wonder about this after proposing it (without checking) and figured if that were the case we could easily introduce two flags `used` (or `touched`) and `inUse` - set both on touch and unset only `inUse` when empty.


-- 
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: pr-unsubscribe@cassandra.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org