معرفی شرکت ها


libghc-psqueues-dev_0.2.7.3-1+b2_armel.deb


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Pure priority search queues
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main armel
نام بسته libghc-psqueues-dev
نام فایل بسته libghc-psqueues-dev_0.2.7.3-1+b2_armel.deb
نسخه بسته 0.2.7.3
انتشار بسته 1+b2
معماری بسته armel
نگهدارنده Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://hackage.haskell.org/package/psqueues
مجوز -
حجم دانلود 248696
حجم نصب 2227
This package provides Priority Search Queues in three different flavors. . * OrdPSQ k p v, which uses the Ord k instance to provide fast insertion, deletion and lookup. This implementation is based on Ralf Hinze's "A Simple Implementation Technique for Priority Search Queues". Hence, it is similar to the PSQueue library, although it is considerably faster and provides a slightly different API. . * IntPSQ p v is a far more efficient implementation. It fixes the key type to Int and uses a radix tree (like IntMap) with an additional min-heap property. . * HashPSQ k p v is a fairly straightforward extension of IntPSQ: it simply uses the keys' hashes as indices in the IntPSQ. If there are any hash collisions, it uses an OrdPSQ to resolve those. The performance of this implementation is comparable to that of IntPSQ, but it is more widely applicable since the keys are not restricted to Int, but rather to any Hashable datatype. . Each of the three implementations provides the same API, so they can be used interchangeably. . Typical applications of Priority Search Queues include: . * Caches, and more specifically LRU Caches; . * Schedulers; . * Pathfinding algorithms, such as Dijkstra's and A*. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.


جایگزین ها

بسته نسخه معماری مخزن
libghc-psqueues-dev_0.2.7.3-1+b1_arm64.deb 0.2.7.3 arm64 Debian main
libghc-psqueues-dev_0.2.7.3-1+b1_i386.deb 0.2.7.3 i386 Debian main
libghc-psqueues-dev_0.2.7.3-1+b1_mips64el.deb 0.2.7.3 mips64el Debian main
libghc-psqueues-dev_0.2.7.3-1+b1_s390x.deb 0.2.7.3 s390x Debian main
libghc-psqueues-dev_0.2.7.3-1+b2_amd64.deb 0.2.7.3 amd64 Debian main
libghc-psqueues-dev_0.2.7.3-1+b2_armhf.deb 0.2.7.3 armhf Debian main
libghc-psqueues-dev_0.2.7.3-1+b2_mipsel.deb 0.2.7.3 mipsel Debian main
libghc-psqueues-dev_0.2.7.3-1+b2_ppc64el.deb 0.2.7.3 ppc64el Debian main


نیازمندی

مقدار نام
- libghc-base-dev-4.15.1.0-0d25e
- libghc-deepseq-dev-1.4.5.0-5bb0a
- libghc-ghc-prim-dev-0.7.0-5c885
- libghc-hashable-dev-1.3.5.0-43001
>= 2.4 libc6
>= 2:6.2.1+dfsg1 libgmp10


نحوه نصب


نصب پکیج deb libghc-psqueues-dev:

    sudo apt-get install libghc-psqueues-dev_0.2.7.3-1+b2_armel.deb


فایل ها

مسیرها
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/libHSpsqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA-ghc9.0.2.so
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/BitUtil.dyn_hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/BitUtil.hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/HashPSQ/Internal.dyn_hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/HashPSQ/Internal.hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/HashPSQ.dyn_hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/HashPSQ.hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/IntPSQ/Internal.dyn_hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/IntPSQ/Internal.hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/IntPSQ.dyn_hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/IntPSQ.hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/OrdPSQ/Internal.dyn_hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/OrdPSQ/Internal.hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/OrdPSQ.dyn_hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/Data/OrdPSQ.hi
./usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-9.0.2/psqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA/libHSpsqueues-0.2.7.3-65ZC3cmrnVb300x6GisXuA.a
./usr/share/doc/libghc-psqueues-dev/buildinfo_armel.gz
./usr/share/doc/libghc-psqueues-dev/changelog.Debian.armel.gz
./usr/share/doc/libghc-psqueues-dev/changelog.Debian.gz
./usr/share/doc/libghc-psqueues-dev/changelog.gz
./usr/share/doc/libghc-psqueues-dev/copyright
./var/lib/ghc/package.conf.d/psqueues-0.2.7.3.conf