Re: [PATCHES] New List

2003-11-15 Thread Gaetano Mendola
Neil Conway wrote: Gaetano Mendola <[EMAIL PROTECTED]> writes: 10E6 INSERT => real 0m5.161s user 0m4.010s sys0m1.150s What operation is this benchmarking? Only linked-list appends, or something else? Only the head append. Regards Gae

Re: [PATCHES] New List

2003-11-14 Thread Neil Conway
Gaetano Mendola <[EMAIL PROTECTED]> writes: > 10E6 INSERT => real 0m5.161s > user 0m4.010s > sys0m1.150s What operation is this benchmarking? Only linked-list appends, or something else? -Neil ---(end of broad

[PATCHES] New List

2003-11-13 Thread Gaetano Mendola
Hi all, in the thread "equal() perf tweak" I and Neil we were discussing about the new implementation of a list. We add a little discussion on how implement it these are my results: 1) "Neil" list and length linear time 10E6 INSERT => real 0m5.161s user 0m4.010s