yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
141 stars 27 forks source link

Analyzing type stability for performance #252

Open yeesian opened 2 years ago

yeesian commented 2 years ago

Got inspired reading http://staff.mmcs.sfedu.ru/~ulysses/Papers/2021-julia-type-stability.pdf (Updated link: Type Stability in Julia: Avoiding Performance Pathologies in JIT Compilation (Extended Version) (ArXiv link).

Imight be nice to profile this package for type stability and groundedness and see if there are any opportunities for improvement (e.g. #246).

yeesian commented 2 years ago

Putting this within scope for v1.0 in case it might require breaking changes to the API.

rafaqz commented 2 years ago

I was thinking about this yesterday for ArchGDAL. Better type stability should also help with compilation time, which could also be profiled at the same time.

evetion commented 2 years ago

@yeesian Do you have another link to that paper or a full citation? Can't access that server.

mathieu17g commented 2 years ago

@evetion With a search with the following keywords: Type Stability in Julia acm, you should find it easily