Tags: ahgamut/cliquematch
Tags
[performance] changed methods in the graphBits class to simplify the raw pointer management (default+move ctor only). The relevant methods in vertex and CliqueOperator(s) were changed appropriately. * moved some frequently called methods into headers to inline: the bit-handling methods in graphBits, and the binary search. * Changed mem_test/Makefile to set CXX externally (to try clang builds). * Changed travis to have deploy instead of after_success.
[cleanup] namespaced all cpp files, renamed classes in ext/ to match the Python names, and removed redundant files. Changed mem_test/Makefile to exclude removed file. travis now checks tags with git commands instead of travis environment variables. binary_find takes only const T* const.
PreviousNext