SimonEnsemble / PorousMaterials.jl

Julia package towards classical molecular modeling of nanoporous materials
GNU General Public License v3.0
51 stars 11 forks source link

Making PorousMaterials Precompile #53

Closed ahyork closed 5 years ago

ahyork commented 5 years ago

Compiles many of the statements the first time the package is used. It increases the time to run the first time used, but cuts time for subsequent uses when closing and re-opening the REPL.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 11


Totals Coverage Status
Change from base Build 9: 0.03%
Covered Lines: 717
Relevant Lines: 1277

💛 - Coveralls
SimonEnsemble commented 5 years ago

14 s to 5 s compile time, thanks @ahyork!