You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/08/23 09:49:58 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1147: JAMES-3793 Prevent needless defensive copies within S3BlobStoreDAO

chibenwa opened a new pull request, #1147:
URL: https://github.com/apache/james-project/pull/1147

    The S3 driver guaranties not to mutate the byte[] which is
    good enough given that james don't do it either. Preventing
    needless copies of MBs of large mail definitely give a nice
    performance boost as well as decrease the impact of handling
    very large emails...


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #1147: JAMES-3793 Prevent needless defensive copies within S3BlobStoreDAO

Posted by GitBox <gi...@apache.org>.
chibenwa merged PR #1147:
URL: https://github.com/apache/james-project/pull/1147


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org