You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/10/31 03:24:00 UTC

[jira] [Created] (IGNITE-10076) Web Console: Investigate big number parsing in JSON

Alexey Kuznetsov created IGNITE-10076:
-----------------------------------------

             Summary: Web Console: Investigate big number parsing in JSON
                 Key: IGNITE-10076
                 URL: https://issues.apache.org/jira/browse/IGNITE-10076
             Project: Ignite
          Issue Type: Improvement
          Components: wizards
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov


To fix issue with big numbers (see IGNITE-6570) we are using "json-bigint" library.

And I found that it is not very effective (3x time slower that native JSON.parse()).

 

Need to investigate.

See also:

[http://derpturkey.com/untitled/]

[https://github.com/josdejong/lossless-json]

https://github.com/sidorares/json-bigint

 



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