Planet-Factory / legacy-claude

The CLAuDE model
https://planet-factory.github.io/claude-docs/
MIT License
167 stars 28 forks source link

Further optimize projection 2x #21

Closed wanLo closed 3 years ago

wanLo commented 3 years ago

These are additional vectorisations of functions used during projection. They speed up the projection phase again 2x. The changes mainly concern grid_velocities_[north|south] and were made possible by the removal of side effects in f4aaf66.

wanLo commented 3 years ago

932239c already includes the same changes