From: Nicolas C. <war...@fr...> - 2003-03-27 08:54:46
|
Hi ! Here's some benchmark code using Doug benchmark module. It tests for differents implementations of tail-recursive 'append' operation against the (@) not tail recursive one. My results under Win32 MSVC are telling that I should use the "cdr2" version for bytecode and the "ext, ext2" (or maybe cdr2) for native code ones, but I would like to get some results for gcc-based platforms. Nicolas Cannasse |