Version: 2.0.3, Package name: sparsehash-2.0.3 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description An extremely memory-efficient hash map implementation. 2 bits/entry overhead! The SparseHash library contains several hash map implementations, including implementations that optimize for space or speed. These hashtable implementations are similar in API to SGI's hash_map class and the tr1 unordered_map class, but with different performance characteristics. It's easy to replace hash_map or unordered_map by sparse_hash_map or dense_hash_map in C++ code. They also contain code to serialize and unserialize from disk. |
Filesize: 314.498 KB |
Version History (View Complete History) |
|
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-05-05 13:21:20 by Marc Espie | Files touched by this commit (2) |
Log message: minor update, this one works with clang |
2016-10-01 05:54:18 by Christian Weisgerber | Files touched by this commit (80) |
Log message: The ${PROJECT}.googlecode.com/files/ master sites are no longer accessible, but the distfiles are still available at an archive URL. Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports. ok czarkoff@ danj@ sthen@ |
2016-09-01 04:53:27 by Jasper Lievisse Adriaanse | Files touched by this commit (36) |
Log message: retire sparc |
2016-02-17 18:25:58 by Tobias Ulmer | Files touched by this commit (1) |
Log message: mark broken on sparc, g++ requires more than 256MB to compile this |
2016-01-26 06:10:41 by Stuart Henderson | Files touched by this commit (5) |
Log message: chase more googlecode HOMEPAGEs |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |