全部搜尋項
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 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 librust-vec-collections-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
i386 127。0 kB2,614。0 kB [檔案列表]