Stas Bekman wrote:
> The problem is that it's not under our control. The slow part is perl_clone, 
> which is a perl API. It's slow because it takes time to clone all the 
> non-mutable data. Nick has been working on COW (Copy-On-Write), but from his 
> reports it doesn't seem to give much speedup if at all.

If I'm understanding correctly, Arthur Bergman is working on a COW overhaul
which may make the situation better.  (We haven't seen his patch yet.)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to