Marvin-Brouwer / FluentSerializer

A fluent take on serializer libraries
Apache License 2.0
20 stars 1 forks source link

Attempt at `ValueStringBuilder` #255

Open Marvin-Brouwer opened 1 year ago

Marvin-Brouwer commented 1 year ago

Is your feature request related to a problem? Please describe. Back at the start we tried building a non-allocating string builder based on some old solutions. In this talk: https://youtu.be/3r6gbZFRDHs?t=2771, the speaker shows a stringbuilder doing what we attempted to do.

Let's try this again and see if it helps