Skip to content

depth.ocean_floor is very memory hungry #181

@mx-moth

Description

@mx-moth

Need to profile this properly, but from casual inspection doing depth.ocean_floor() will allocate much more memory than it actually needs.

Some significant drops in memory usage have been observed by splitting the dataset along the time axis, flooring each slice one at a time, then merging it back together.

Further benchmarking is required to really check out what is going on. Some robust tests and benchmarking is required to validate whether slicing along time is broadly speaking an improvement, and whether it works in all cases.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions