Herb-AI / HerbBenchmarks.jl

Benchmarks and problems for Herb.jl
https://herb-ai.github.io/
MIT License
1 stars 0 forks source link

Precompiling the package itself #10

Closed THinnerichs closed 6 months ago

THinnerichs commented 8 months ago

As HerbBenchmarks is rather big, we should precompile the entire package. ] precompile only precompiles the dependencies not the packages themself. Thus, whenever creating a new project, make sure to run precompile such that HerbBenchmarks compilation is skipped.

As HerbBenchmarks is very static, it would be cool, to only load the precompiled versions. The package PackageCompiler might be useful here.

THinnerichs commented 6 months ago

Precompile is done automatically, using Pkg.instantiate() from a depending package.