معرفی شرکت ها


libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_mips64el.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

STL allocator that mmaps files
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main mips64el
نام بسته libmmap-allocator-dev
نام فایل بسته libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_mips64el.deb
نسخه بسته 0.4.0+git20200122.adbfbe1
انتشار بسته 1
معماری بسته mips64el
نگهدارنده Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/ekg/mmap_allocator/
مجوز -
حجم دانلود 19344
حجم نصب 91
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.


جایگزین ها

بسته نسخه معماری مخزن
libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_amd64.deb 0.4.0+git20200122.adbfbe1 amd64 Debian main
libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_arm64.deb 0.4.0+git20200122.adbfbe1 arm64 Debian main
libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_armel.deb 0.4.0+git20200122.adbfbe1 armel Debian main
libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_armhf.deb 0.4.0+git20200122.adbfbe1 armhf Debian main
libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_i386.deb 0.4.0+git20200122.adbfbe1 i386 Debian main
libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_mipsel.deb 0.4.0+git20200122.adbfbe1 mipsel Debian main
libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_s390x.deb 0.4.0+git20200122.adbfbe1 s390x Debian main


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb libmmap-allocator-dev:

    sudo apt-get install libmmap-allocator-dev_0.4.0+git20200122.adbfbe1-1_mips64el.deb


فایل ها

مسیرها
./usr/include/mmap_access_mode.h
./usr/include/mmap_allocator.h
./usr/include/mmap_exception.h
./usr/include/mmap_file_pool.h
./usr/include/mmappable_vector.h
./usr/lib/mips64el-linux-gnuabi64/libmmap_allocator.a
./usr/share/doc/libmmap-allocator-dev/README.md.gz
./usr/share/doc/libmmap-allocator-dev/README.test
./usr/share/doc/libmmap-allocator-dev/changelog.Debian.gz
./usr/share/doc/libmmap-allocator-dev/copyright
./usr/share/doc/libmmap-allocator-dev/examples/mmap_file_pool.cpp
./usr/share/doc/libmmap-allocator-dev/examples/test_allocator.cpp
./usr/share/doc/libmmap-allocator-dev/run-unit-test