HonkPerf.NET icon indicating copy to clipboard operation
HonkPerf.NET copied to clipboard

Results 5 HonkPerf.NET issues
Sort by recently updated
recently updated
newest added

It seems like Silk.NET.Maths is not strongly named. It blocks strong naming of RefLinq.

bug

# GenericSIMD We're probably going to use Silk.NET.Maths for `Simd128` and `Simd256` sets. The API itself though would rely on `Span`. Current thought: ```cs static void Add(Span a, Span b,...

Just tried this and seems to not allocate in Unity. Something more generic like IReadOnlyCollection can't be used as it allocates. ``` public static RefLinqEnumerable ToRefLinq(this HashSet c) => new(new(c));...