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

Object oriented disk cache #1830

Closed
andrii0lomakin opened this issue Nov 16, 2013 · 3 comments
Closed

Object oriented disk cache #1830

andrii0lomakin opened this issue Nov 16, 2013 · 3 comments
Assignees

Comments

@andrii0lomakin
Copy link
Member

Now when we load page we load page pointer, create new page object, perform operations, remove object. So we always have object creation overhead even if object page always cached. To avoid it, it would be good to allow cache not pointers but links to "page" objects. For cache no difference at all and heap overhead will be small. But we avoid constant object initialization overhead.

@lvca
Copy link
Member

lvca commented Mar 14, 2015

Seems low-pri, postponing it to 2.2

@lvca lvca modified the milestones: 2.2, 2.1 Mar 14, 2015
@andrii0lomakin andrii0lomakin removed this from the 2.2 milestone Sep 24, 2015
@andrii0lomakin
Copy link
Member Author

Not sure it is needed any more , milestone was removed.

@andrii0lomakin
Copy link
Member Author

Not actual any more

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

No branches or pull requests

2 participants