You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (JIRA)" <ji...@apache.org> on 2019/04/24 22:23:15 UTC

[jira] [Closed] (GEODE-6218) Improve hashing performance on utf-8 string.

     [ https://issues.apache.org/jira/browse/GEODE-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols closed GEODE-6218.
-------------------------------

> Improve hashing performance on utf-8 string.
> --------------------------------------------
>
>                 Key: GEODE-6218
>                 URL: https://issues.apache.org/jira/browse/GEODE-6218
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Jacob S. Barrett
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> UTF-8 {{std::string}} is converted to UTF-16 {{std::u16string}} before hashing to produce a has consistent with the server in Java. Avoid the complete conversion to UTF-16 when hashing UTF-8 strings.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)