Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CppCon2018: nanotest #3

Open
schorsch1976 opened this issue Nov 25, 2020 · 0 comments
Open

CppCon2018: nanotest #3

schorsch1976 opened this issue Nov 25, 2020 · 0 comments

Comments

@schorsch1976
Copy link

Dear Gor,
as VS16.8 has now official coroutine support i compiled your source on Windows and VS 2019 16.8.2 and Win10 x64. I just removed the experimental from the namespace,

All 3 algorithms of nanotest.cpp report "!!!! BUG" on windows and i cant understand why ....

naive big 1

count: 67108864 lookups: 1048576 repeat 5
50.106 ns per lookup/log2(size)
sum 2618390
!!!! BUG, expected 2624940


sm big 1

count: 67108864 lookups: 1048576 repeat 5
64.5962 ns per lookup/log2(size)
sum 2618390
!!!! BUG, expected 2624940


coro big 1

count: 67108864 lookups: 1048576 repeat 5
64.6175 ns per lookup/log2(size)
sum 2618390
!!!! BUG, expected 2624940

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant