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

Make the safe-string-interpolation faster #36

Open
plokhotnyuk opened this issue Oct 18, 2019 · 2 comments
Open

Make the safe-string-interpolation faster #36

plokhotnyuk opened this issue Oct 18, 2019 · 2 comments

Comments

@plokhotnyuk
Copy link

Would you consider to serialize faster and with less allocations?

I have a couple of projects that have routines or tricks which can be reused here:

  1. fast-string-interpolator that uses pre-allocated thread local instances of java.lang.StringBuilder under hood.
  2. jsoniter-scala that has very efficient routines for serialization of double or float primitives, java.util.UUID, and java.time.* classes.
@afsalthaj
Copy link
Owner

afsalthaj commented Oct 19, 2019

This is a great input. Thanks for that. I will be interested in these projects. I am planning for a release before the end of this year. Let’s work on it

@plokhotnyuk
Copy link
Author

Here are small but more efficient than standard implementations of .toString for java.time._ types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants