From 1b57d4a77c5d32068d29bf3772d756c2c844e361 Mon Sep 17 00:00:00 2001 From: graehl Date: Thu, 19 Aug 2010 04:46:18 +0000 Subject: ValueArray instead of string for state is 10% faster git-svn-id: https://ws10smt.googlecode.com/svn/trunk@599 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/cdec.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'decoder/cdec.cc') diff --git a/decoder/cdec.cc b/decoder/cdec.cc index a4c3613b..ca6284f6 100644 --- a/decoder/cdec.cc +++ b/decoder/cdec.cc @@ -881,5 +881,7 @@ int main(int argc, char** argv) { cout << "0\t**OBJ**=" << acc_obj << ';' << acc_vec << endl << flush; } } + exit(0); // maybe this will save some destruction overhead. or g++ without cxx_atexit needed? + return 0; } -- cgit v1.2.3