Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@laszlolukacs laszlolukacs released this 13 Apr 17:17
· 2 commits to master since this release

Using BenchmarkDotNet for reliable comparisons, upgrading to .NET Core 3.1

  • Instead of the custom measurement related code, switched to the awesome BenchmarkDotNet for providing reliable comparisons between the scalar and SIMD operations.
  • Switched to CoreCLR (.NET Core 3.1) to have the latest version of the runtime and to support multiple platforms.