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 2021/11/26 09:28:16 UTC

[GitHub] [cassandra] Gerrrr opened a new pull request #1346: CASSANDRA-15215 Use DataOutputPlus.writeBytes in VIntCoding.writeUnsignedVInt

Gerrrr opened a new pull request #1346:
URL: https://github.com/apache/cassandra/pull/1346


   In the cases where VInt occupies less than or equal to 8 bytes
   and the underlying buffer has at least 8 bytes, VIntCoding writes the
   entire register in a single operation and then adjusts the buffer position.
   
   Co-authored-by: Benedict Elliott Smith <be...@apache.org>
   Co-authored-by: Branimir Lambov <br...@datastax.com>


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


[GitHub] [cassandra] smiklosovic closed pull request #1346: CASSANDRA-15215 Use DataOutputPlus.writeBytes in VIntCoding.writeUnsignedVInt

Posted by GitBox <gi...@apache.org>.
smiklosovic closed pull request #1346:
URL: https://github.com/apache/cassandra/pull/1346


   


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