matplo / pyjetty

some work on jets
3 stars 14 forks source link

remove unnecessary class members from IO class #9

Closed jdmulligan closed 4 years ago

jdmulligan commented 4 years ago

This commit removes class members from the IO class which have no actual need to be class members, in order to reduce memory consumption.

This results in reduction of memory consumption by a factor up to ~2.

@matplo @ezradlesser