mosesdecoder/misc
pjwilliams 75709a6c87 Memory efficiency: make the reserveSize argument non-optional in
Moses::Phrase's constructor.  The default used to be ARRAY_SIZE_INCR = 10,
which will be excessive in many cases.  Where the default was used, I've
set the exact size where that was obvious and explicitly used ARRAY_SIZE_INCR 
otherwise.  If you know the code involved, it's probably worth reviewing.



git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3908 1f5c12ca-751b-0410-a591-d2e778427230
2011-02-28 11:41:08 +00:00
..
misc.xcodeproj xcode 2010-10-01 00:21:27 +00:00
pmoses Simple program that illustrates how to access a phrase table on disk from an external program 2010-04-07 10:25:50 +00:00
GenerateTuples.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
GenerateTuples.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
Makefile.am Make sure internal libraries and paths go before boost. 2011-01-15 22:41:24 +00:00
processLexicalTable.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
processLexicalTable.vcproj vs.net 2010-06-05 13:10:26 +00:00
processPhraseTable.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
processPhraseTable.vcproj vs.net 2010-06-05 13:10:26 +00:00
queryLexicalTable.cpp Memory efficiency: make the reserveSize argument non-optional in 2011-02-28 11:41:08 +00:00
queryPhraseTable.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00