Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize JSON generation #13

Open
benweissmann opened this issue Mar 23, 2018 · 0 comments
Open

Optimize JSON generation #13

benweissmann opened this issue Mar 23, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed performance

Comments

@benweissmann
Copy link
Contributor

We're currently using a general-purpose JSON encoder for constructing the messages we send to Redis. However, our messages are pretty simple and the structure is always the same, so we may be able to get some performance gains out of using a more specialized JSON encoder that doesn't rely on reflection.

@benweissmann benweissmann added help wanted Extra attention is needed good first issue Good for newcomers performance labels Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed performance
Projects
None yet
Development

No branches or pull requests

1 participant