jmeaster30 / MyLib

A C# library with some random stuff in it
MIT License
0 stars 0 forks source link

AsciiHex filter is weirdly slow #5

Open jmeaster30 opened 1 year ago

jmeaster30 commented 1 year ago

When running the unit tests, I noticed that the AsciiHex filter is slower than all other filters even though it is so simple.

Need to get proper performance profiling