speed-comparison/.gitignore
Demonstrandum 030426600f
Added Haskell implementations.
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.
2022-11-12 18:52:12 +00:00

11 lines
107 B
Text

.clj-kondo
.lsp
.vscode
.idea
results/*.csv
results/*.png
results/*.json
leibniz
src/cs/obj/Debug
*.o
*.hi