bluegreen-labs / skylight

A Simple Sky Illuminance Model
https://bluegreen-labs.github.io/skylight/
GNU Affero General Public License v3.0
4 stars 2 forks source link

Implementing faster (?) Fortran version #7

Open khufkens opened 2 weeks ago

khufkens commented 2 weeks ago

New branch to implement faster Fortran version

khufkens commented 2 weeks ago

LLM translations are rather fucked up. Will need to rewrite from scratch to ensure validity. Sofar for speed gains.

khufkens commented 1 week ago

Execution times are cut in half, but outliers with low execution speeds muddle the results of benchmarking but would also mess with the use of Fortran in optimization (gaining little to nothing).

Rplot

khufkens commented 1 week ago

Need to implement proper memory management. There is too much redundancy passing data back and forth. Check interfaces and data types by passing stuffing the output matrix directly.