Paquet : node-immutable (3.8.2+dfsg-3)
Liens pour node-immutable
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source node-immutable :
- [node-immutable_3.8.2+dfsg-3.dsc]
- [node-immutable_3.8.2+dfsg.orig.tar.xz]
- [node-immutable_3.8.2+dfsg-3.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [facebook.github.com]
Paquets similaires :
Immutable Data Collections
Immutable data cannot be changed once created, leading to much simpler application development, no defensive copying, and enabling advanced memoization and change detection techniques with simple logic. Persistent data presents a mutative API which does not update the data in-place, but instead always yields new updated data.
Immutable.js provides many Persistent Immutable data structures including: List, Stack, Map, OrderedMap, Set, OrderedSet and Record.
These data structures are highly efficient on modern JavaScript VMs by using structural sharing via [hash maps tries][] and [vector tries][] as popularized by Clojure and Scala, minimizing the need to copy or cache data.
Immutable also provides a lazy Seq, allowing efficient chaining of collection methods like map and filter without creating intermediate representations. Create some Seq with Range and Repeat.
Node.js is an event-based server-side JavaScript engine.
Autres paquets associés à node-immutable
|
|
|
|
-
- dep: nodejs (>= 6)
- E/S par événement pour le moteur JavaScript V8
Télécharger node-immutable
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 58,2 ko | 307,0 ko | [liste des fichiers] |