eishay / jvm-serializers

Benchmark comparing serialization libraries on the JVM
http://groups.google.com/group/java-serialization-benchmarking
3.28k stars 561 forks source link

Add command-line switch to enable/disable reuse of ByteArrayOutputStream #31

Open cowtowncoder opened 12 years ago

cowtowncoder commented 12 years ago

Since we seem to have lingering disagreements on whether to reuse ByteArrayOutputStream used for output, it would make sense to add one more command-line switch to enable/disable such reuse.