pluralsight / spavro

Spavro is a (sp)eedier avro library -- Spavro is a fork of the official Apache AVRO python 2 implementation with the goal of greatly improving data read deserialization and write serialization performance.
Apache License 2.0
26 stars 15 forks source link

Redesign to cdef functions and array.array #18

Open izhukov1992 opened 1 year ago

izhukov1992 commented 1 year ago

In my app I reached +40% performance on writing. Resolves #17

mikepk commented 1 year ago

Hi @izhukov1992 -- I'm no longer at PS so I can't merge (I don't have write access to this repository anymore). I have my own fork that's had some improvements added and is the source for the pypi package now. https://github.com/mikepk/spavro

izhukov1992 commented 1 year ago

Hi @mikepk ! I got it. I will try to propagete this MR to your repo as soon as possible.