JanJereczek / FastIsostasy.jl

Accelerated computation of glacial isostatic adjustment for laterally-variable solid-Earth
GNU General Public License v3.0
11 stars 0 forks source link

`PreAllocated` could be reduced #120

Closed JanJereczek closed 3 months ago

JanJereczek commented 3 months ago

For now, the PreAllocated struct is quite extensive and could be greatly reduced. No performance improvement from this, just less memory used for initialization. Drawback: slightly less readable code (unless use an alias?).

JanJereczek commented 3 months ago

Addressed by #125