beast
beast copied to clipboard
[Maulik] optimize heap and cpu utilization
As part of this pull request, we optimize the heap and CPU usage by the following:
-
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
-
Avoid unnecessary conversions to String.