всички настройки
trixie  ] [  forky  ] [  sid  ]
[ Източник: rust-vec-collections  ]

Пакет: librust-vec-collections-dev (0.4.3-6)

Връзки за librust-vec-collections-dev

Screenshot

Ресурси за Debian:

Изтегляне на пакет-източник rust-vec-collections.

Отговорници:

Външни препратки:

Подобни пакети:

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.

Други пакети, свързани с librust-vec-collections-dev

  • зависимости
  • препоръчани
  • предложени
  • enhances

Изтегляне на librust-vec-collections-dev

Изтегляне за всички налични архитектури
Архитектура Големина на пакета Големина след инсталиране Файлове
amd64 127,0 кБ2 614,0 кБ [списък на файловете]
arm64 127,0 кБ2 614,0 кБ [списък на файловете]
armel 127,0 кБ2 614,0 кБ [списък на файловете]
armhf 127,0 кБ2 614,0 кБ [списък на файловете]
i386 127,0 кБ2 614,0 кБ [списък на файловете]
loong64 (неофициална архитектура) 127,0 кБ2 614,0 кБ [списък на файловете]
mips64el 127,0 кБ2 614,0 кБ [списък на файловете]
ppc64 (неофициална архитектура) 127,0 кБ2 614,0 кБ [списък на файловете]
ppc64el 127,0 кБ2 614,0 кБ [списък на файловете]
riscv64 127,0 кБ2 614,0 кБ [списък на файловете]
s390x 127,0 кБ2 614,0 кБ [списък на файловете]
sparc64 (неофициална архитектура) 127,0 кБ2 614,0 кБ [списък на файловете]
x32 (неофициална архитектура) 127,0 кБ2 614,0 кБ [списък на файловете]