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

Benchmark knights #797

Merged
merged 10 commits into from
Jul 17, 2024
Merged

Benchmark knights #797

merged 10 commits into from
Jul 17, 2024

Conversation

MicroProofs
Copy link
Member

Here's a knights tour algorithm copied from Plutus benchmarks

@KtorZ KtorZ mentioned this pull request Mar 3, 2024
52 tasks
@KtorZ KtorZ marked this pull request as ready for review July 16, 2024 15:13
@KtorZ KtorZ requested a review from a team as a code owner July 16, 2024 15:13
@KtorZ KtorZ force-pushed the benchmark-knights branch 4 times, most recently from 2703cce to dc8cbae Compare July 16, 2024 15:34
MicroProofs and others added 10 commits July 17, 2024 12:52
  Note that it might be easier / cheaper to serialize and compare bytes?
  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.
@KtorZ KtorZ merged commit 52974ae into main Jul 17, 2024
11 checks passed
@KtorZ KtorZ deleted the benchmark-knights branch July 17, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ In Next Release
Development

Successfully merging this pull request may close these issues.

2 participants