SamboyCoding / Tomlet

Zero-Dependency, model-based TOML De/Serializer for .NET
MIT License
155 stars 29 forks source link

Implement Span<T> for Enhanced Performance #34

Open tcortega opened 1 year ago

tcortega commented 1 year ago

While the library is adequately efficient, there appears to be a significant amount of string manipulation occurring. To enhance performance and efficiency, it would be beneficial to incorporate the use of Spans in these operations.