"Brendan Miller" <catph...@catphive.net> writes: > Maybe I'm missing something here but a lock free algorithm for > reference counting seems pretty trivial. As long as you can atomically > increment and decrement an integer without locking you are pretty much > done.
What cpu's do you know of that can atomically increment and decrement integers without locking? -- http://mail.python.org/mailman/listinfo/python-list