SamuraiAku / SPDX.jl

Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
MIT License
5 stars 1 forks source link

Improve loading time #7

Closed SamuraiAku closed 1 year ago

SamuraiAku commented 2 years ago

Either by multi-threading init() which has a lot of precompile statements or find a way to get more precompilation when the package is installed.

SamuraiAku commented 1 year ago

See commits 0e464b5d21f429414da8be9cf05fa9ab3fef131a and 6a9d964a6d7e047efc9ab41b5b2eddcb4567c6a5

Noticeable improvement in loading and TTFX