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
The current implementation of successorsWeight relies on binary search to retrieve the indices of the arc and its weight. Working directly with arc indices in the FFEK implementation would remove that overhead.
The text was updated successfully, but these errors were encountered:
The current implementation of
successorsWeight
relies on binary search to retrieve the indices of the arc and its weight. Working directly with arc indices in the FFEK implementation would remove that overhead.The text was updated successfully, but these errors were encountered: