-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Benchmark knights #797
Merged
Merged
Benchmark knights #797
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f825f6 - Browse repository at this point
Copy the full SHA 8f825f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62821e - Browse repository at this point
Copy the full SHA c62821eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d16cbf - Browse repository at this point
Copy the full SHA 1d16cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ff9a2 - Browse repository at this point
Copy the full SHA f2ff9a2View commit details -
Implement quicksort on chess board.
Note that it might be easier / cheaper to serialize and compare bytes?
Configuration menu - View commit details
-
Copy full SHA for 65afb11 - Browse repository at this point
Copy the full SHA 65afb11View commit details -
Fix mk_starts and second_last in knights benchmarks.
mk_starts was not yielding enough values. It's originally a translation of a double list comprehension in Haskell, which cannot simply be translated to a map2. The latter combine elements two by two, but the former works through all possible permutations.
Configuration menu - View commit details
-
Copy full SHA for 5b0a171 - Browse repository at this point
Copy the full SHA 5b0a171View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14dab9 - Browse repository at this point
Copy the full SHA f14dab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d2ee7 - Browse repository at this point
Copy the full SHA 28d2ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e606e - Browse repository at this point
Copy the full SHA 20e606eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52974ae - Browse repository at this point
Copy the full SHA 52974aeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.