Name: compact-map Version: 2008.11.9 Author: David Himmelstrup Maintainer: David Himmelstrup Copyright: 2008 David Himmelstrup Build-Type: Simple Build-Depends: base, bytestring, binary, array, containers ghc-prof-options: -auto-all ghc-options: -fwarn-unused-imports Exposed-Modules: Data.CompactMap Other-Modules: Data.CompactMap.Types Data.CompactMap.Index Data.CompactMap.Buffer Data.CompactMap.Fetch Hs-Source-Dirs: src Extensions: CPP License: BSD3 License-file: LICENSE Tested-with: GHC ==6.8.3, GHC ==6.10.1 Category: Data Synopsis: Compact Data.Map implementation using Data.Binary Description: This library attempts to provide a memory efficient alternative to Data.Map. . Test coverage can be found here: . Benchmarks can be found here: