Skip to content

0.1.12: Fast-avro improvements

Compare
Choose a tag to compare
@gaojieliu gaojieliu released this 02 Apr 18:31
· 380 commits to master since this release
a31b48f

There are two major improvements in the release about fast-avro:

  1. Utility functions to cache Fast DatumReader/DatumWriter to minimize the overhead of retrieving back Fast DatumReader/DatumWriter according to schemas;
  2. Lazy de-serialization by using ByteBuffer to improve the float array de-serialization by 40%;