0.1.12: Fast-avro improvements
There are two major improvements in the release about fast-avro:
- Utility functions to cache Fast DatumReader/DatumWriter to minimize the overhead of retrieving back Fast DatumReader/DatumWriter according to schemas;
- Lazy de-serialization by using
ByteBuffer
to improve the float array de-serialization by 40%;