Пакунок: mmmulti (0.1-3)
Links for mmmulti
Debian Resources:
Download Source Package libmmmulti:
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
memory backed multimap
This implements a memory backed multimap intended for use where:
* your keys are integers, or can be mapped to dense range of integers, * the memory mapped file is on fast storage, like an SSD (although this is not a requirement), * you have arbitrary values of fixed size (e.g. structs, other POD types) that can be sorted, * you don't need dynamic updates of the table, * and you are likely to run out of memory of you use a traditional map or hash table, * but you can handle approximately 1 bit per record in RAM.
These may seem to be very specific, but many problems can be mapped into a dense integer set. mmmulti::map developed first as a data structure to support seqwish, which uses it to generate precise variation graphs from pairwise alignments between collections of sequences. As this multimap forms a key data processing kernel in the algorithm, it can scale to extremely large problem sizes, limited only by available disk space. Although performance is much slower than an in-memory structure, it is virtually guaranteed to be able to complete the compute.
Інші пакунки пов'язані з mmmulti
|
|
|
|
-
- dep: libatomic1 (>= 4.8) [not x32]
- Підтримка бібліотеки, яка забезпечує вбудовані функції __atomic
-
- dep: libc6 (>= 2.34) [not loong64]
- Бібліотека GNU C: спільні бібліотеки
also a virtual package provided by libc6-udeb
- dep: libc6 (>= 2.41) [loong64]
-
- dep: libgcc-s1 (>= 3.0) [not riscv64]
- Допоміжна бібліотека GCC
- dep: libgcc-s1 (>= 3.4) [riscv64]
-
- dep: libgomp1 (>= 4.9)
- Підтримувальна бібліотека GCC OpenMP (GOMP)
-
- dep: libsdsl3 (>= 2.1.1+dfsg)
- succinct data structure library
-
- dep: libstdc++6 (>= 13.1) [amd64]
- Стандартна бібліотека C++ GNU, версії 3
- dep: libstdc++6 (>= 14) [not amd64]
Завантажити mmmulti
Архітектура | Розмір пакунка | Розмір після встановлення | Файли |
---|---|---|---|
amd64 | 184.8 kB | 652.0 kB | [список файлів] |
arm64 | 166.1 kB | 656.0 kB | [список файлів] |
loong64 (unofficial port) | 175.6 kB | 656.0 kB | [список файлів] |
riscv64 | 195.3 kB | 532.0 kB | [список файлів] |
x32 (unofficial port) | 192.4 kB | 655.0 kB | [список файлів] |