Changeset 52727 in spip-zone
- Timestamp:
- Oct 6, 2011, 5:31:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/memoization/plugin.xml
r48535 r52727 1 1 <plugin> 2 2 <nom>Memoization</nom> 3 <auteur>Fil 4 © 2009-2011 - GNU/LGPL || MIT 5 </auteur> 6 <version> 7 0.9.8 8 </version> 9 <etat> 10 stable 11 </etat> 3 <slogan> 4 <multi> 5 [fr]Gestion du cache de SPIP par diverses méthodes. 6 [en] Various methods to process SPIP's cache. 7 </multi> 8 </slogan> 9 <auteur>Fil</auteur> 10 <licence>© 2009-2011 GNU/LGPL || MIT</licence> 11 <version>0.9.8</version> 12 <etat>stable</etat> 12 13 <description> 13 14 <multi> 14 [fr] Gestion du cache de SPIP par diverses méthodes. 15 16 (icone : [laszlo-photo->http://www.flickr.com/photos/laszlo-photo/149047693/]) 17 18 [en] Various methods to process SPIP's cache. 19 20 (icon : [laszlo-photo->http://www.flickr.com/photos/laszlo-photo/149047693/]) 15 [fr]Mémoïzation est un terme d’informatique, dont Wikipédia donne la définition suivante : « une technique consistant à réduire le temps d’exécution d’une fonction en mémorisant ses résultats d’une fois sur l’autre ». C’est aussi le nom d’une nouvelle librairie de fonctions pour PHP, qui fait suite à mes expérimentations sur XCache. 16 [en]Memoization is a computer science term, which Wikipedia defines as "a technique of reducing the execution time of a function by storing the results once on the other." It is also the name of a new function library for PHP, which follows my experiments XCache. 21 17 </multi> 22 18 </description> 23 <lien>http://zzz.rezo.net/Memoization.html</lien> 24 <prefix> 25 Memoization 26 </prefix> 27 <icon>memoization.png</icon> 19 <lien>http://zzz.rezo.net/Memoization.html</lien> 20 <prefix>Memoization</prefix> 21 <icon>memoization.png</icon> <!-- icone : http://www.flickr.com/photos/laszlo-photo/149047693/ --> 28 22 <options>inc/memoization.php</options> 29 23 <categorie>performance</categorie> 30 <necessite id="SPIP" version="[2.0.0;3. 1.0)" />24 <necessite id="SPIP" version="[2.0.0;3.0.99]" /> 31 25 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.