prcastro / Nervoso.jl

Simple Neural Networks library written in Julia
Other
5 stars 0 forks source link

Precompilation #11

Closed lssimoes closed 9 years ago

lssimoes commented 9 years ago

Should we add the line

VERSION >= v"0.4.0-dev+6521" && __precompile__(true)

to the beginning of the module file (NeuralNetsLite.jl file) so that the Module is precompiled? What can we benefit on doing this?

prcastro commented 9 years ago

Done