Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce routing complexity for the 'next' callback
Improve the complexity as of #144. Traverse the linked list nodes and use the current node directly (rather than traversing it again) to describe how the routing should continue when 'next' is called.
- Loading branch information