mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
990 stars 183 forks source link

Span usage #119

Open SimonCropp opened 4 months ago

SimonCropp commented 4 months ago

have you considered using the new span APIs to get better perf and memory usage?

mmanela commented 4 months ago

I think that would be a great change just not something I have looked into yet. I think it aligns with the intent of this library to be minimal and fast.