]> gitweb.fperrin.net Git - DictionaryPC.git/commit
Add a write buffer to wiktionary splitter outputs.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 15 Oct 2017 08:38:13 +0000 (10:38 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 15 Oct 2017 08:47:49 +0000 (10:47 +0200)
commit863fc804a6496c920a2b2045913c45f938bb646c
tree5c92cc7547681dc4833a3b2610c278fc91d0f579
parent5ce5941fa2f306dab71d74db377235c685b70a74
Add a write buffer to wiktionary splitter outputs.

Around 20% faster processing, and will be useful when
adding compression support as well.
src/com/hughes/android/dictionary/engine/WiktionarySplitter.java
src/com/hughes/android/dictionary/engine/WriteBuffer.java [new file with mode: 0644]