stac-utils / pystac

Python library for working with any SpatioTemporal Asset Catalog (STAC)

Home Page:https://pystac.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `__slots__` for attributes

gadomski opened this issue · comments

Since we're not inheriting from __dict__, we could use __slots__ for attributes to potentially get speed/memory improvements.