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

_cleanup 時の削除順方針 #5

Open
dolow opened this issue Apr 25, 2018 · 1 comment
Open

_cleanup 時の削除順方針 #5

dolow opened this issue Apr 25, 2018 · 1 comment

Comments

@dolow
Copy link
Contributor

dolow commented Apr 25, 2018

https://github.com/drecom/idb-cache/blob/master/idb-cache.ts#L182
https://github.com/drecom/idb-cache/blob/master/idb-cache.ts#L200

容量の大きいデータから削除して、なるべく多くの件数を残したい、等のケースについての対応方針を知りたいです。
ブラウザキャッシュと同様に LRU ポリシーだったらまだなんとなくわかります。

@zprodev
Copy link
Contributor

zprodev commented Apr 26, 2018

容量超過時の削除ポリシーに関しては最適化が必要だと思っています。
ヒット率をあげるだけでなく、処理速度も重視したいのでアルゴリズムは要検討です。

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

2 participants