Skip to content

Make the safe-string-interpolation faster #36

@plokhotnyuk

Description

@plokhotnyuk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions