getty-zig / getty

A (de)serialization framework for Zig
https://getty.so
MIT License
183 stars 14 forks source link

Introduce lifetime parameter to visitString #143

Closed ibokuri closed 10 months ago

ibokuri commented 10 months ago

Next up is updating visitString's return type and then updating the return type of the access methods.

I want to get this merged in first though to see if there are any performance improvements with slices now being used directly if they're Heap values.