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
Block on concurrent compile of same module
This fixes the remaining race condition if several processes try to
compile the same module (with the same merge function) at the same time.
Compile C++ code (lazily) at runtime
This allows passing the edge scoring function as a C++ type string at
runtime. The code will only be compiled, if a previous version does not
exist yet.