toutes les options
trixie  ] [  forky  ] [  sid  ]
[ Paquet source : rust-vec-collections  ]

Paquet : librust-vec-collections-dev (0.4.3-6)

Liens pour librust-vec-collections-dev

Screenshot

Ressources Debian :

Télécharger le paquet source rust-vec-collections :

Responsables :

Ressources externes :

Paquets similaires :

Collctions (set and maps) that wrap SmallVec

" Small Collections

It happens very frequently that you have collections that have on average just a very small number of elements. If you know the maximum size or even the maximum typical size in advance, you can use this crate to store such collections without allocations. For a larger number of elements, the underlying SmallVec will allocate the elements on the heap as a single allocation.

Read-heavy collections Another very frequent pattern is that you have a possibly large collection that is being created once and then used readonly for a long time. E.g. lookup tables. In these cases, ease of adding individual new elements is less important than compact in-memory representation and lookup performance. This crate provides succinct collections that have only a very small constant overhead over the contents of the collections.

Autres paquets associés à librust-vec-collections-dev

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger librust-vec-collections-dev

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
amd64 127,0 ko2 614,0 ko [liste des fichiers]
arm64 127,0 ko2 614,0 ko [liste des fichiers]
armel 127,0 ko2 614,0 ko [liste des fichiers]
armhf 127,0 ko2 614,0 ko [liste des fichiers]
i386 127,0 ko2 614,0 ko [liste des fichiers]
ppc64el 127,0 ko2 614,0 ko [liste des fichiers]
riscv64 127,0 ko2 614,0 ko [liste des fichiers]
s390x 127,0 ko2 614,0 ko [liste des fichiers]