Marchowes / pyProm

Surface Network Analyzer.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Try slots for memory optimization #161

Closed Marchowes closed 4 years ago

Marchowes commented 4 years ago

https://book.pythontips.com/en/latest/__slots__magic.html

Marchowes commented 4 years ago

this works cleanly with inheritance too. This might give us a nice optimization for some of the smaller objects like gridpoints

Marchowes commented 4 years ago

feature added in 073