You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinskiy (Jira)" <ji...@apache.org> on 2021/02/15 14:20:00 UTC

[jira] [Created] (IGNITE-14186) Develop C module for python thin client to speedup hashcode calculation

Ivan Daschinskiy created IGNITE-14186:
-----------------------------------------

             Summary: Develop C module for python thin client to speedup hashcode calculation
                 Key: IGNITE-14186
                 URL: https://issues.apache.org/jira/browse/IGNITE-14186
             Project: Ignite
          Issue Type: Improvement
          Components: python, thin client
            Reporter: Ivan Daschinskiy


Pure python calculation of hashcode is very slow. It leads to inadequate performance of simple operation.

For example, put object with 1Mb data takes 500ms. 
After rewriting hashcode in C, operation tooks only 7ms



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