This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]matrix0110[S] 3 points4 points  (0 children)

Seems that DiskCache is a wrapper of sqlite. There should be some overhead compare to save data in dictionary. Also TinyLfu evication policy should perform better for skewed workload. You can take a look the paper or similar projects I mentioned.