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
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.
The text was updated successfully, but these errors were encountered:
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
andLazyDictIter
. This will be quite involved.The text was updated successfully, but these errors were encountered: