Is it possible for me to give a hint to json::parse so it is faster? I am receiving a JSON string from stdin. It contains a 1024kb string. Is there any tricks to make parse faster? Right now it takes 4.5 seconds. Thanks