-
Notifications
You must be signed in to change notification settings - Fork 4
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
Search code in Julia #4
Labels
Comments
This would also remove the C++ code that we have and, save the CUDA code, make the project fully-Julian. |
I have written a Julia version here Lines 40 to 90 in 40555c0
Too slow in the meantime. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without multithreading and due to JuliaLang/julia#939, implementing the lookup-table-based search of MCQ in Julia is simply not competitive. We should revisit this once Julia gets decent multithreading and faster partial sort.
The text was updated successfully, but these errors were encountered: