IBMStreams / streamsx.avro

Toolkit to support serialization and deserialization in Avro format

Home Page:http://ibmstreams.github.io/streamsx.avro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize processing for AvroToJSON and JSONToAvro

fketelaars opened this issue · comments

  • Move creation of objects from process() to initialize().
  • Use final keyword whenever possible to reduce garbage collection

Optimized JSONToAvro code