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

Reimplement libcache purging in GSGrid #64

Open
foxostro opened this issue Sep 29, 2012 · 0 comments
Open

Reimplement libcache purging in GSGrid #64

foxostro opened this issue Sep 29, 2012 · 0 comments
Labels

Comments

@foxostro
Copy link
Owner

NSCache / libcache has a mechanism to purge cache contents on memory pressure. Unfortunately, libcache behaves poorly under contention, so I had to get rid of it. Reimplement in GSGrid, somehow. Maybe just have GSGrid maintain a fixed number of items in its cache, or measure app rprvt. In any case, it won't be as elegant as libcache's mechanism, but that's not using a publicly documented API.

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

No branches or pull requests

1 participant