You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Maarten Breddels (Jira)" <ji...@apache.org> on 2020/06/15 08:58:00 UTC

[jira] [Created] (ARROW-9131) [C++] Faster ascii_lower and ascii_upper

Maarten Breddels created ARROW-9131:
---------------------------------------

             Summary: [C++] Faster ascii_lower and ascii_upper
                 Key: ARROW-9131
                 URL: https://issues.apache.org/jira/browse/ARROW-9131
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Maarten Breddels


The current version is using a lookup table for doing the case conversion. Using [http://quick-bench.com/JaDErmVCY23Z1tu6YZns_KBt0qU] it seems using a boolean check and +/-32 seems ~5x times faster (4.6x for clang 9, 6.4x for GCC  9.2).

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)