Changes to hashing that solve the xinetd boolean benchmark in 14s (from ~25min)....
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 12 Feb 2010 01:07:22 +0000 (01:07 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 12 Feb 2010 01:07:22 +0000 (01:07 +0000)
commit8316697801a73a14a2fe3845e0d0f5add63a18be
tree4b50ab2a0f9fa8e3d95e3c72e26eca17e29019c6
parentced51432b424f23e9ecea71566777bcd4e042800
Changes to hashing that solve the xinetd boolean benchmark in 14s (from ~25min). Switched to standard hash_set, hash_map, new hash for the vector of node values (from boost), changed the hash for nodes to be over id's, all the hash values are now size_t. The parser is down from 11s to 10s on the benchmark, so most of the solve time is parsing and we need to figure this out.
src/expr/expr.cpp
src/expr/expr.h
src/expr/node.cpp
src/expr/node.h
src/expr/node_builder.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/node_value.cpp
src/expr/node_value.h
src/parser/smt/smt_parser.g