diff options
author | dieggsy <dieggsy@pm.me> | 2021-04-12 12:10:32 -0400 |
---|---|---|
committer | dieggsy <dieggsy@pm.me> | 2021-04-12 12:10:32 -0400 |
commit | 2e4f37a1e92799248f44be0656284041aaab3c6e (patch) | |
tree | 915159bc538e2f51e995feca387e9d2e377cef95 /chicken/p69.scm | |
parent | 4004da049efd88133947352d8679f937fdb6abc2 (diff) | |
download | project-euler-2e4f37a1e92799248f44be0656284041aaab3c6e.tar.gz |
Add comment about CHICKEN p69 slowness
Diffstat (limited to 'chicken/p69.scm')
-rwxr-xr-x | chicken/p69.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chicken/p69.scm b/chicken/p69.scm index 52f4d4b..5c26ae8 100755 --- a/chicken/p69.scm +++ b/chicken/p69.scm @@ -1,6 +1,7 @@ #!/usr/bin/chicken-scheme ;; AUTOCOMPILE: -O3 +;; This is pretty slow... (import (math number-theory) (chicken fixnum) (chicken flonum) |