anibali / pyisyntax

A Python library for working with iSyntax file format images
MIT License
2 stars 2 forks source link

Configurable cache? #5

Closed erikogabrielsson closed 5 months ago

erikogabrielsson commented 5 months ago

This comment and my limited testing indicates that cache size is important for performance. Pyisyntax sets the cache size to 2000 (Mb?) which is probably a good default but it would be nice to be able to specify the size on initiation.