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
Right now history.go and search.go save an pointer to the "current element" in the list (with respect to history iteration or search operations); this would have to be added to the ring buffer implementation.
The expandable ring buffer from #46 can replace
container/list
as the data structure for history. Just a nice-to-have.The text was updated successfully, but these errors were encountered: