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

Haskell implementation. #97

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Conversation

Demonstrandum
Copy link
Contributor

This addresses issue #83.

Ported C implementation to Haskell, as well as two alternate more idiomatic implementations. One using lazy infinite lists, and another which is essentially a right fold.

Only the port is included as part of the speed comparison. I can remove the alternate implementations in src/alt if desired.

Ported C implementation to Haskell, as well as two alternate more
idiomatic implementations. One using lazy infinite lists, another
which is essentially a right fold.
@niklas-heer
Copy link
Owner

combined_results

@niklas-heer niklas-heer merged commit ced7eef into niklas-heer:master Nov 14, 2022
@niklas-heer
Copy link
Owner

@Demonstrandum thank you very much for your contribution! 🎉

@niklas-heer niklas-heer mentioned this pull request Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants