threads::shared

sky on 2001-07-05T13:01:03

I am nearly finished with threads::shared now, only left is fixing references and stress test it. Ah, and of course splice. Wouldn't it be nice if I could just call pp_splice, perhaps I could? Have to ask Simon.

I discovered a doco bug in perl today, FIRSTKEY is not suppoed to be retreiving key and value, which led me to fight XS for a long time!. Tied hashes are realy not efficnetly implmented, a lot of optimizations are impossible to make. A tied hash should be able to provide KEYS, VALUES and so on. I think I will have to take a look at this eventually.

Artur