chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Darcs update (and faster finalizers)


From: felix winkelmann
Subject: [Chicken-users] Darcs update (and faster finalizers)
Date: Thu, 23 Dec 2004 10:43:16 +0100

Hello!

The current version checked into the darcs repository has support
for much faster finalization handling, so I invite everybody to give
it a try (find it at the usual place: http://chicken.humankraft.com/chicken).

Registering finalizers doesn't require a minor GC anymore, and the
(rather brain damaged) old algortithm for checking all registered
finalizers during a major GC has been replaced with a faster and
simpler scheme.
(Ed's benchmark runs about 6 times faster on my machine).

I've done some stress-testing, but I would appreciate if someone
has a finalizer-heavy piece of code and can give any feedback
on performance and correctness of the new implementation.


Merry Christmas to everybody!


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]