Branch: refs/heads/master
Home: https://github.com/moses-smt/mosesdecoder
Commit: 9f232895f3a291350e60bbd67805b489724257b7
https://github.com/moses-smt/mosesdecoder/commit/9f232895f3a291350e60bbd67805b489724257b7
Author: Kenneth Heafield <gi...@kh...>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M moses/src/FactorCollection.cpp
M moses/src/Phrase.cpp
Log Message:
-----------
More loading optimization
Cleanup Phrase substr, optimistic single-threaded FactorCollection lookup
Before:
user 242.228
sys 4.890
VmPeak: 17294456 kB
VmRSS: 17235148 kB
After:
user 215.322
sys 5.029
VmPeak: 17294544 kB
VmRSS: 17235304 kB
|