HPCsharp icon indicating copy to clipboard operation
HPCsharp copied to clipboard

High performance algorithms in C#: SIMD/SSE, multi-core and faster

Results 3 HPCsharp issues
Sort by recently updated
recently updated
newest added

Version 3.16.3 seems to require 4.6.1 When I try to run in a 4.6.2 program I get a bad image load errors: Exception thrown: 'System.BadImageFormatException' in mscorlib.dll Exception thrown: 'System.AggregateException'...

I am trying to find the fastest way to sort strings (actually an array of ascii byte*), and have came across [https://www.codeproject.com/articles/146086/fast-string-sort-in-c-and-f](url). It works very well for me. However, it...

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'HPCsharp, Version=3.17.1.0,...