-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
sets use non-optimized countBits32 #11330
Comments
I am aware of this. Unfortunately I can't do a lot about it. Line 15 in f774426
This is the problem:
Therefore, sets need to be implemented with the slow |
@krux02 |
No don't use implicitImports at all. It only causes harm. That would be worse than importing bitops in system.nim which I just explained isn't possible because of its macros. |
@krux02 Isn't it possible to use |
Move countBit32/64 to system, import it from bitops, problem solved. |
* Update lib/pure/bitops.nim * Update lib/system/sets.nim * Apply suggestions from code review Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
/cc @krux02
related #10617
The text was updated successfully, but these errors were encountered: