Function SearchContext.OpenCandidateConnectionBurst
        
                OpenCandidateConnectionBurst
        
                (refOpenCandidateParams pars, refBinaryHeap heap, refHeuristicObjective heuristicObjective)
    
            
            Burst-compiled internal implementation of OpenCandidateConnection.
                Public
                    Static
            
        void OpenCandidateConnectionBurst (
pars  |         ||
refBinaryHeap  |     heap  |         |
heuristicObjective  |         
Burst-compiled internal implementation of OpenCandidateConnection.
Compiling it using burst provides a decent 25% speedup. The function itself is much faster, but the overhead of calling it from C# is quite significant.