Code Monkey home page Code Monkey logo

kismet-cache's People

Contributors

pkhuong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kismet-cache's Issues

Ability to pin cached files

When a program knows it's keeping a file alive (e.g., it has an mmap-ed view of that file in memory), it doesn't make sense to evict it. We should be able to mark them as pinned, and let the replacement strategy do something useful (e.g., move them to the back of the list instead of deleting them), while attempting to obey the cache capacity.

Open question: do we want to do this purely in-memory, or shall we use (shared) file locks to denote pins?

Weighted cache

The current implementation evicts to make sure the number of cached files is below the cache directory's capacity in files. That's good enough to be useful, but it would make sense to have the option to enforce a capacity in bytes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.