Alle Optionen
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Quellcode: libmmap-allocator  ]

Paket: libmmap-allocator-dev (0.4.0+git20200122.adbfbe1-1 und andere)

Links für libmmap-allocator-dev

Screenshot

Debian-Ressourcen:

Quellcode-Paket libmmap-allocator herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

STL allocator that mmaps files

When reading large files (>100MB) into memory, read() calls are usually not very space and time efficient, since the whole data is copiied at least once. Furthermore, when using STL containers (like a vector for example), data is copiied another time unless the location of the vector content as parameter to read() will be specified.

It would be nice to tell the vector a filename and have the vector mmap the file directly. This not only avoids the read() copiing (and the STL vector copiing) but also allows different processes that read the same file to see the same physical memory. Fortunately STL foresees an interface to do exactly this.

Libmmap-allocator helps to handle big files that contain unstructured data (like doubles or even text files), mmap_allocator is worth a try.

Markierungen: Software-Entwicklung: Bibliotheken, Rolle: Entwicklungs-Bibliothek

libmmap-allocator-dev herunterladen

Download für alle verfügbaren Architekturen
Architektur Version Paketgröße Größe (installiert) Dateien
amd64 0.4.0+git20200122.adbfbe1-1 18,3 kB86,0 kB [Liste der Dateien]
arm64 0.4.0+git20200122.adbfbe1-1 18,0 kB84,0 kB [Liste der Dateien]
armel 0.4.0+git20200122.adbfbe1-1 18,1 kB80,0 kB [Liste der Dateien]
armhf 0.4.0+git20200122.adbfbe1-1 17,8 kB78,0 kB [Liste der Dateien]
hppa (inoffizielle Portierung) 0.4.0+git20200122.adbfbe1-1 18,3 kB79,0 kB [Liste der Dateien]
i386 0.4.0+git20200122.adbfbe1-1 18,8 kB80,0 kB [Liste der Dateien]
m68k (inoffizielle Portierung) 0.4.0+git20200122.adbfbe1-1 17,9 kB78,0 kB [Liste der Dateien]
mips64el 0.4.0+git20200122.adbfbe1-1 18,9 kB91,0 kB [Liste der Dateien]
riscv64 0.4.0+git20200122.adbfbe1-1+b1 27,3 kB177,0 kB [Liste der Dateien]
s390x 0.4.0+git20200122.adbfbe1-1 17,8 kB84,0 kB [Liste der Dateien]
sh4 (inoffizielle Portierung) 0.4.0+git20200122.adbfbe1-1 18,6 kB78,0 kB [Liste der Dateien]
x32 (inoffizielle Portierung) 0.4.0+git20200122.adbfbe1-1 18,3 kB79,0 kB [Liste der Dateien]