A new Python library, "cavro," has been introduced as an efficient Avro parsing library. The creation of this library was motivated by performance issues in existing libraries particularly when dealing with complex schemas. Use of dicts in these libraries cause performance bottlenecks in certain scenarios. cavro overcomes these issues using a cleaner class-based approach combined with Cython for optimized performance.
L O A D I N G
. . . comments & more!