User Story
As a user, I would like to get higher performance for logging.
Detailed Description
Try to substitute classic "encoding/json" marshalling/unmarshalling which uses reflection, with a faster json library (i.e. https://github.com/mailru/easyjson)
User Story
As a user, I would like to get higher performance for logging.
Detailed Description
Try to substitute classic "encoding/json" marshalling/unmarshalling which uses reflection, with a faster json library (i.e. https://github.com/mailru/easyjson)