You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/30 07:47:06 UTC

[GitHub] [rocketmq] 6U-U9 opened a new issue #4068: Optimize the usage of Charset

6U-U9 opened a new issue #4068:
URL: https://github.com/apache/rocketmq/issues/4068


   Constant charset defined by String (for example, "UTF-8") can be replaced with the predefined StandardCharsets.UTF_8 code.
   The code after the fix may work faster, because the charset lookup becomes unnecessary.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] 6U-U9 commented on issue #4068: Optimize the usage of Charset

Posted by GitBox <gi...@apache.org>.
6U-U9 commented on issue #4068:
URL: https://github.com/apache/rocketmq/issues/4068#issuecomment-1082746577


   #4024 this Issue is for PR Replace Charset.forName("UTF-8") with StandardCharsets.UTF_8 #4024


-- 
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: dev-unsubscribe@rocketmq.apache.org

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