嗯,当然,我想可以,但我想需要一个很大的文件。此外,递归并不都是坏事*哈哈,这个过程可能使用递归,但它仍然非常快。举个例子,我把你的和我的放在一个有10000行的文件里,我就在你的尾巴上。
- ;;;;;;;;; --- P R O F I L E L I S P --- ;;;;;;;;;;;
- ;; by (C.) Vladimir Nesterovsky, December 1998.
- ;; Free for *non-commercial* personal use only
- ;; with this notice unchanged
- ------------------------------------------------------
- TIMER_FOR_LM:READ: n=1, t=0.0100181, t/call=0.0100181.
- TIMER_FOR_J7:READ: n=1, t=0.0119895, t/call=0.0119895.
- Fastest abstraction: "LM:READ" With a time of: 0.0100181
- ------------------------------------------------------
- ...
- ------------------------------------------------------
- TIMER_FOR_LM:READ: n=1, t=0.00901222, t/call=0.00901222.
- TIMER_FOR_J7:READ: n=1, t=0.0109836, t/call=0.0109836.
- Fastest abstraction: "LM:READ" With a time of: 0.0090122
- ------------------------------------------------------
|