OpenSearch/src
Simon Willnauer bf22df7fd0 Remove SoftReferences from StreamInput/StreamOutput
We try to reuse character arrays and UTF8 writers with softreferences.
SoftReferences have negative impact on GC and should be avoided in
general. Yet in this case it can simply replaced with a per-stream
Bytes/CharsRef that is thread local and has the same lifetime as the
stream.
2014-05-16 20:58:42 +02:00
..
deb Set permission in debian postinst script correctly 2014-02-18 13:22:28 +01:00
main Remove SoftReferences from StreamInput/StreamOutput 2014-05-16 20:58:42 +02:00
rpm RPMs: Add timeout to shutdown with KILL signal 2014-01-16 16:14:25 +01:00
test [TEST] Do not filter gz files 2014-05-16 15:23:09 +02:00