spark-instrumented-optimizer/core
Reynold Xin e67d5b962a Merge pull request #43 from mateiz/kryo-fix
Don't allocate Kryo buffers unless needed

I noticed that the Kryo serializer could be slower than the Java one by 2-3x on small shuffles because it spend a lot of time initializing Kryo Input and Output objects. This is because our default buffer size for them is very large. Since the serializer is often used on streams, I made the initialization lazy for that, and used a smaller buffer (auto-managed by Kryo) for input.
2013-10-08 22:57:38 -07:00
..
src Merge pull request #43 from mateiz/kryo-fix 2013-10-08 22:57:38 -07:00
pom.xml Merging build changes in from 0.8 2013-10-05 22:07:00 -07:00