Skip to content

Spike: check if you can substitute encoding/json marshalling with a faster json library to remove reflection #12

Description

@alessandroargentieri

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions