You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, loading modules in a context is very slow, because each time a
module is added, the whole schema is recompiled. Libyang has a flag to
defer the compilation later, when ly_ctx_compile is used. Let's expose
this feature.
Signed-off-by: Samuel Gauthier <samuel.gauthier@6wind.com>
0 commit comments