You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/08 18:02:00 UTC

[jira] [Commented] (GEODE-4189) Optimize string serialization to/from Java Modified UTF-8

    [ https://issues.apache.org/jira/browse/GEODE-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503090#comment-17503090 ] 

ASF GitHub Bot commented on GEODE-4189:
---------------------------------------

lgtm-com[bot] commented on pull request #942:
URL: https://github.com/apache/geode-native/pull/942#issuecomment-1062055054


   This pull request **introduces 4 alerts** when merging f744b7cadd22a3f3661c06dc0c0dec003f4464eb into 2e9b6b7c5431f19a04c13c6d6b51f6fae62cbb86 - [view on LGTM.com](https://lgtm.com/projects/g/apache/geode-native/rev/pr-e85ce892effd654a615e90765cd18d47fbc838eb)
   
   **new alerts:**
   
   * 4 for Comparison result is always the same


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

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


> Optimize string serialization to/from Java Modified UTF-8
> ---------------------------------------------------------
>
>                 Key: GEODE-4189
>                 URL: https://issues.apache.org/jira/browse/GEODE-4189
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Jacob Barrett
>            Assignee: Blake Bender
>            Priority: Major
>
> Current implementation takes the naive approach of converting all strings through UTF-16 when converting to/from Java Modified UTF-8. Implement direct conversion to/from UCS-4 and UTF-8.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)