Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-20 | Update devel/cmph to version 2.0. | alnsn | 1 | -4/+3 | |
Prompted by beta.repology.org. News for version 2.0 Cleaned up most warnings for the c code. Experimental C++ interface (--enable-cxxmph) implementing the BDZ algorithm in a convenient interface, which serves as the basis for drop-in replacements for std::unordered_map, sparsehash::sparse_hash_map and sparsehash::dense_hash_map. Potentially faster lookup time at the expense of insertion time. See cxxmpph/mph_map.h and cxxmph/mph_index.h for details. | |||||
2011-05-22 | Update devel/cmph to 1.1 and add a support for the "test" target. | alnsn | 1 | -0/+12 | |
News for version 1.1 Fixed a bug in the chd_pc algorithm and reorganized tests. |