Skip to content

Conversation

@m4rw3r
Copy link
Owner

@m4rw3r m4rw3r commented Aug 18, 2016

The issue with this is how to handle backtracking. A simple VecDeque won't do since we cannot mark and track old positions while still keeping the new data. Most likely something with Rc is required to keep track of positions into a common buffer which is append only and will only drop items off the front if those items are no longer used (ie. no cursor pointing to them).

@m4rw3r m4rw3r mentioned this pull request Aug 18, 2016
11 tasks
@m4rw3r m4rw3r force-pushed the feature/input_trait branch from 607b4a3 to f037f09 Compare August 31, 2016 22:51
@m4rw3r m4rw3r force-pushed the feature/iterator_input branch from 281ba9e to d180f62 Compare September 1, 2016 00:55
@m4rw3r m4rw3r changed the base branch from feature/input_trait to master September 1, 2016 01:00
@m4rw3r m4rw3r added this to the Version 1.0.0 milestone Sep 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants