Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatous Machacek <machacekmatous@gmail.com>2012-05-10 02:08:54 +0400
committerMatous Machacek <machacekmatous@gmail.com>2012-05-10 02:08:54 +0400
commit31edaec4c2280655da74eb3c28c6b2ad2b8bb66e (patch)
tree81bf4a61fde2bdfe019e62bfb488c6e60ffa796f /mert/Fdstream.h
parentafa356aec417af27d8efa21426ea4a5978b65a4e (diff)
Bigger buffer
Diffstat (limited to 'mert/Fdstream.h')
-rw-r--r--mert/Fdstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/Fdstream.h b/mert/Fdstream.h
index dbacb6495..93f705dfe 100644
--- a/mert/Fdstream.h
+++ b/mert/Fdstream.h
@@ -11,7 +11,7 @@
#if defined(__GLIBCXX__) || defined(__GLIBCPP__)
#include <ext/stdio_filebuf.h>
-#define BUFFER_SIZE (1024)
+#define BUFFER_SIZE (32768)
class _fdstream
{