Benjamin Mahler created MESOS-9067:
--------------------------------------

             Summary: Improve performance of json parsing by avoiding 
conversion cost.
                 Key: MESOS-9067
                 URL: https://issues.apache.org/jira/browse/MESOS-9067
             Project: Mesos
          Issue Type: Improvement
          Components: stout
            Reporter: Benjamin Mahler


Stout's JSON parsing function parses into picojson::value followed by 
converting to JSON::Value. This carries a significant conversion cost (almost 
doubling the parse time).

We can leverage picojson's parsing context to avoid this cost.



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

Reply via email to