You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've recently started working on a peformance critical C# library and I stumbled upon this library which meets my criteria perfectly, a day later I noticed that Silk.NET has optimizations disabled because this was built with a Debug configuration, Silk.NET focuses on performance yet having JIT optimizations disabled hurts the performance in production use drastically which makes it one of the slowest bindings libraries, why is that? I would expect for a NuGet package in "Release" build to be published.
The text was updated successfully, but these errors were encountered:
Hello, I've recently started working on a peformance critical C# library and I stumbled upon this library which meets my criteria perfectly, a day later I noticed that Silk.NET has optimizations disabled because this was built with a Debug configuration, Silk.NET focuses on performance yet having JIT optimizations disabled hurts the performance in production use drastically which makes it one of the slowest bindings libraries, why is that? I would expect for a NuGet package in "Release" build to be published.
The text was updated successfully, but these errors were encountered: