alle opties
trixie  ] [  forky  ] [  sid  ]
[ Bron: rust-vec-collections  ]

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

Verwijzigingen voor librust-vec-collections-dev

Screenshot

Debian bronnen:

Het bronpakket rust-vec-collections downloaden:

Beheerders:

Externe bronnen:

Vergelijkbare pakketten:

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.

Andere aan librust-vec-collections-dev gerelateerde pakketten

  • depends
  • recommends
  • suggests
  • enhances

librust-vec-collections-dev downloaden

Pakket downloaden voor alle beschikbare platforms
Platform Pakketgrootte Geïnstalleerde grootte Bestanden
amd64 127,0 kB2.614,0 kB [overzicht]
arm64 127,0 kB2.614,0 kB [overzicht]
armel 127,0 kB2.614,0 kB [overzicht]
armhf 127,0 kB2.614,0 kB [overzicht]
i386 127,0 kB2.614,0 kB [overzicht]
loong64 (unofficial port) 127,0 kB2.614,0 kB [overzicht]
mips64el 127,0 kB2.614,0 kB [overzicht]
ppc64 (unofficial port) 127,0 kB2.614,0 kB [overzicht]
ppc64el 127,0 kB2.614,0 kB [overzicht]
riscv64 127,0 kB2.614,0 kB [overzicht]
s390x 127,0 kB2.614,0 kB [overzicht]
sparc64 (unofficial port) 127,0 kB2.614,0 kB [overzicht]
x32 (unofficial port) 127,0 kB2.614,0 kB [overzicht]