You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zach Amsden (JIRA)" <ji...@apache.org> on 2017/05/01 20:00:05 UTC

[jira] [Created] (IMPALA-5266) Faster bitwise operators

Zach Amsden created IMPALA-5266:
-----------------------------------

             Summary: Faster bitwise operators
                 Key: IMPALA-5266
                 URL: https://issues.apache.org/jira/browse/IMPALA-5266
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
            Reporter: Zach Amsden
            Assignee: Zach Amsden


Bitwise operators could be sped up quite a bit.  In particular, round up to power of two is not done efficiently, and population count can be done in hardware if ABM is supported.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)