Copy On Write in perl 5.10

Copy On Write in perl 5.10

Par Nicholas Clark de London.pm
Communication éclair
Langue :



Currently in perl when you write $a = $b, the contents of $b are
immediately copied into $a. In theory perl could just pretend that it did
the copy, and only actually do it if one of $a or $b is modified. If $b
is a large string, and $a is never modified this could potentially be a big
efficiency gain. This talk consists of simple pictures - how I didn't do it,
and how I did.



Dernière modification du patron talk/show à 12:26:25 27-Jul-2013
Le contenu de ce site est copyright © 2003 Yet Another Society, Inc.
Pour toute question concernant ce site ou YAPC::EU 2003, écrivez à <yapc-help@mongueurs.net>.
Validations XHTML et CSS.