软件包: libghc-hashmap-prof (1.3.3-3build2)
libghc-hashmap-prof 的相关链接
Trisquel 的资源:
下载源码包 haskell-hashmap:
- [haskell-hashmap_1.3.3-3build2.dsc]
- [haskell-hashmap_1.3.3.orig.tar.gz]
- [haskell-hashmap_1.3.3-3build2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Haskell Group (Mail Archive)
- Clint Adams
外部的资源:
- 主页 [git.auryn.cz]
相似软件包:
- libghc-hashmap-doc
- libghc-enummapset-prof
- libghc-data-default-instances-containers-prof
- libghc-enummapset-dev
- libghc-enummapset-doc
- libghc-hashable-prof
- libghc-enummapset-th-prof
- libghc-data-default-instances-containers-dev
- libghc-data-default-instances-containers-doc
- libghc-psqueues-prof
- libghc-expiring-cache-map-prof
persistent containers Map and Set based on hashing; profiling libraries
An implementation of persistent Map and Set containers based on hashing. The implementation is build on top of Data.IntMap.IntMap and Data.IntSet.IntSet, with very similar API. It uses Hashable class from the hashable package for hashing.
This package can be used as a drop-in replacement for Data.Map and Data.Set modules.
The Map key value is an Data.IntMap.IntMap indexed by the hash value, containing either one (key, value) or a Data.Map.Map key value for all keys with the same hash value.
The Set elem is an Data.IntMap.IntMap indexed by the hash value, containing either one elem or Data.Set.Set elem for all elements with the same hash value.
This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-hashmap-prof 有关的软件包
|
|
|
-
- dep: libghc-base-prof-4.13.0.0-2f220 [amd64]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-base-prof-4.13.0.0-5b8ba [armhf]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-base-prof-4.13.0.0-bfdb4 [ppc64el]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-base-prof-4.13.0.0-d4e5b [arm64]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-containers-prof-0.6.2.1-39f42 [arm64]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-containers-prof-0.6.2.1-53ee1 [armhf]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-containers-prof-0.6.2.1-ab1cf [amd64]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-containers-prof-0.6.2.1-f2d50 [ppc64el]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-5e065 [armhf]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-76304 [arm64]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-9f093 [amd64]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-deepseq-prof-1.4.4.0-a2b24 [ppc64el]
- 本虚包由这些包填实: ghc-prof
-
- dep: libghc-hashable-prof-1.3.0.0-523f3 [arm64]
- 本虚包由这些包填实: libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.3.0.0-55d2a [ppc64el]
- 本虚包由这些包填实: libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.3.0.0-565bd [armhf]
- 本虚包由这些包填实: libghc-hashable-prof
-
- dep: libghc-hashable-prof-1.3.0.0-d5f3c [amd64]
- 本虚包由这些包填实: libghc-hashable-prof
-
- dep: libghc-hashmap-dev (= 1.3.3-3build2)
- persistent containers Map and Set based on hashing