beast icon indicating copy to clipboard operation
beast copied to clipboard

[Maulik] optimize heap and cpu utilization

Open mauliksoneji opened this issue 4 years ago • 0 comments

As part of this pull request, we optimize the heap and CPU usage by the following:

  1. Create ProtoField subclasses only once instead of creating them for each record. This will help in creating less number of objects and thus optimize heap utilization

  2. Avoid unnecessary conversions to String.

mauliksoneji avatar Apr 24 '20 09:04 mauliksoneji