[ANNOUNCE] Garbage collection for Python

Florian Weimer fw at deneb.cygnus.argh.org
Tue Apr 11 13:35:56 EDT 2000


Bjorn Pettersen <bjorn at roguewave.com> writes:

> Windows have system calls for atomic increment/decrement
> (InterlockedIncrement/InterlockedExchangeAdd), something that is sorely
> lacking from Unix (*sigh*)

A system call is much too slow for that purpose.  If you've got
hardware support, you can use it, otherwise, it becomes quite
expensive.



More information about the Python-list mailing list