Paket: mmmulti (0.1-4 och andra)
Länkar för mmmulti
Debianresurser:
Hämta källkodspaketet libmmmulti:
Ansvariga:
Externa resurser:
- Hemsida [github.com]
Liknande paket:
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.
Andra paket besläktade med mmmulti
|
|
|
|
-
- dep: libatomic1 (>= 4.8)
- support library providing __atomic built-in functions
-
- dep: libc6 (>= 2.34)
- GNU C-bibliotek: Delade bibliotek
också ett virtuellt paket som tillhandahålls av libc6-udeb
-
- dep: libgcc-s1 (>= 3.0) [ej riscv64]
- GCC stödbibliotek
- dep: libgcc-s1 (>= 3.4) [riscv64]
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) support library
-
- dep: libsdsl3 (>= 2.1.1+dfsg)
- succinct data structure library
-
- dep: libstdc++6 (>= 14)
- GNU standardbibliotek v3 för C++
Hämta mmmulti
| Arkitektur | Version | Paketstorlek | Installerad storlek | Filer |
|---|---|---|---|---|
| amd64 | 0.1-4 | 178,3 kbyte | 620,0 kbyte | [filförteckning] |
| arm64 | 0.1-4+b1 | 159,8 kbyte | 593,0 kbyte | [filförteckning] |
| riscv64 | 0.1-4 | 192,7 kbyte | 508,0 kbyte | [filförteckning] |
