Wleter
Wleter
> I do wonder what kind of a performance impact this (presumably) more expensive comparison has. As a safer alternative `IgnoreNonSpace` can be by default set to `false` and changed...
I have some difficulties making `SearchContainer` work in benchmark environment. So instead I copy pasted `checkTerm` function and worked with it for now. Searching 1000 random 20 letter strings in...
Thanks for suggestion, I guess I was on wrong track last time. Now I get these results: ``` ini BenchmarkDotNet=v0.13.1, OS=Windows 10.0.22000 Intel Core i7-9750H CPU 2.60GHz, 1 CPU, 12...
Changing `ResultFrom` in `HitWindows` to virtual and overriding this method for the specific ruleset, according to the table sent by @Walavouchey, fixed the discrepancy in the replay. In particular for...
@bdach sure I'll leave it to you since you have stable source.