【入門】Common Lisp その10【質問よろず】
■ このスレッドは過去ログ倉庫に格納されています
01102/2
2013/04/09(火) 01:47:29.07CL-USER> (time (sum-d d))
took 49,000 microseconds (0.049000 seconds) to run.
32,000,064 bytes of memory allocated.
1000000.0D0
CL-USER> (time (sum-d-opt d))
took 50,000 microseconds (0.050000 seconds) to run.
32,000,064 bytes of memory allocated.
1000000.0D0
高速化どころか遅くなってます・・
どなたか原因がわかる方おしえていただけますでしょうか?
使っている処理系はClozure CL 1.9です。
■ このスレッドは過去ログ倉庫に格納されています