Replies: 2 comments 2 replies
-
|
I'm not too familiar with MSVC, but apparently, Functions like |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Can you check the current |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Windows 11, Visual Studio 2026 18.4.0, libsodium 1.0.21-stable, libaegis 0.9.1
Intel Core i7-8700K DDR4-3000-CL16
libsodium compiled as dynamic library, release. libaegis compiled as static library, release. Both using default compiler settings, only relevant difference is libsodium by default uses /Ob1 vs libaegis /Ob2
Benchmarking code over 1 MB data:
Gives these results:
As you can see, libsodium is about 2x slower.
But then I recompiled llibsodium with /Ob2, then I get these results:
Identical performance.
Beta Was this translation helpful? Give feedback.
All reactions