Giter Club home page Giter Club logo

Comments (2)

ankostis avatar ankostis commented on August 19, 2024

Wouldn't be interesting to hash & compare the actual file it refers to see if it has changed, to invalidate the cache?
That way, promensia indexcould benefit if nothing has changed on disk.

from cachew.

karlicoss avatar karlicoss commented on August 19, 2024

Yep, this is the idea! Even the stat().st_mtime is probably a good proxy for the file modification time?

It's possible to support something like it, for example:
https://github.com/karlicoss/HPI/blob/ed47e98d5c85b3334b3be059ad31b82c6fc0d19c/my/emfit/__init__.py#L27-L33

Another example (which Promnesia already benefits from) is caching org-mode files -- it makes incremental indexing pretty instantaneous on my computer, at least

https://github.com/karlicoss/HPI/blob/e81dddddf083ffd81aa7e2b715bd34f59949479c/my/orgmode.py#L78-L81

but would be nice to make it 'native'!

from cachew.

Related Issues (13)

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.