Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a possibility to store pointers to inside of a trail. #110

Open
kzarzycki opened this issue Oct 1, 2016 · 0 comments
Open

Add a possibility to store pointers to inside of a trail. #110

kzarzycki opened this issue Oct 1, 2016 · 0 comments

Comments

@kzarzycki
Copy link

Storing such pointers would allow indexing long trails and start scanning the trail from the some middle-point.

From our private discussion with @tuulos :

Interesting idea. Storing the position requires both storing the bit-offset in the trail as well as the cursor state that is needed for decompression. We could consider adding serialize and deserialize functionality in cursors, so you could use frozen cursors to get back to a known location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants