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

OOCMap should automatically grow #5

Open
dirkgr opened this issue Feb 22, 2021 · 0 comments
Open

OOCMap should automatically grow #5

dirkgr opened this issue Feb 22, 2021 · 0 comments

Comments

@dirkgr
Copy link
Member

dirkgr commented Feb 22, 2021

This would mean that you don't have to specify a size anymore when you create OOCMap. LMDB is perfectly capable of doing this. The problem is that resizing the map wipes out all active transactions. That means we have to be able to re-start transactions for objects that keep them around, like LazyListIter and LazyDictIter. This will be quite involved.

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

No branches or pull requests

1 participant