-
Notifications
You must be signed in to change notification settings - Fork 10
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
Performance of map #196
Comments
Open
Hoping to mitigate this somewhat with JuliaFolds/Transducers.jl#553. However, Transducers.jl (and by extension, ThreadsX.jl), is at it's worst when dealing with very fast functions like The easiest fix for you to get better performance would be to use |
I have the same problem on Apple M1:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tkf what is the reason of the following performance comparison? (this is a fresh Julia session on Win11 with 8 threads):
If I use 1, 2, or 4 threads the situation is similar.
Thank you!
The text was updated successfully, but these errors were encountered: