معرفی شرکت ها


libconcurrentqueue-dev_1.0.2+ds-3_all.deb


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

industrial-strength lock-free queue for C++
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bullseye-11
مخزن Debian main all
نام بسته libconcurrentqueue-dev
نام فایل بسته libconcurrentqueue-dev_1.0.2+ds-3_all.deb
نسخه بسته 1.0.2+ds
انتشار بسته 3
معماری بسته all
نگهدارنده Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/cameron314/concurrentqueue
مجوز -
حجم دانلود 37188
حجم نصب 203
Features * Knock-your-socks-off blazing fast performance. * Single-header implementation. Just drop it in your project. * Fully thread-safe lock-free queue. Use concurrently from any number of threads. * C++11 implementation -- elements are moved (instead of copied) where possible. * Templated, obviating the need to deal exclusively with pointers -- memory is managed for you. * No artificial limitations on element types or maximum count. Memory can be allocated once up-front, or dynamically as needed. * Fully portable (no assembly; all is done through standard C++11 primitives). * Supports super-fast bulk operations. * Includes a low-overhead blocking version (BlockingConcurrentQueue). * Exception safe. . Reasons to use . There are not that many full-fledged lock-free queues for C++. Boost has one, but it's limited to objects with trivial assignment operators and trivial destructors, for example. Intel's TBB queue isn't lock-free, and requires trivial constructors too. There're many academic papers that implement lock-free queues in C++, but usable source code is hard to find, and tests even more so. . This queue not only has less limitations than others (for the most part), but it's also faster. It's been fairly well-tested, and offers advanced features like bulk enqueueing/dequeueing (which, with the new design, is much faster than one element at a time, approaching and even surpassing the speed of a non-concurrent queue even under heavy contention).


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb libconcurrentqueue-dev:

    sudo apt-get install libconcurrentqueue-dev_1.0.2+ds-3_all.deb


فایل ها

مسیرها
./usr/include/concurrentqueue/blockingconcurrentqueue.h
./usr/include/concurrentqueue/concurrentqueue.h
./usr/include/concurrentqueue/lightweightsemaphore.h
./usr/share/doc/libconcurrentqueue-dev/TODO.Debian
./usr/share/doc/libconcurrentqueue-dev/changelog.Debian.gz
./usr/share/doc/libconcurrentqueue-dev/copyright
./usr/share/doc/libconcurrentqueue-dev/examples/run-unit-test
./usr/share/doc/libconcurrentqueue-dev/examples/test1.cpp
./usr/share/doc/libconcurrentqueue-dev/examples/test2.cpp
./usr/share/doc/libconcurrentqueue-dev/examples/test3.cpp