Giter Site home page Giter Site logo

Restore cache functionality about repostat HOT 3 OPEN

vifactor avatar vifactor commented on June 9, 2024 1
Restore cache functionality

from repostat.

Comments (3)

jonespm avatar jonespm commented on June 9, 2024

Our repository is large and takes almost 5 minutes to fetch the author info. Caching even that would be a nice improvement!

from repostat.

vifactor avatar vifactor commented on June 9, 2024

yeah, I filed this issue when I tried to work on a repo where analysis phase lasted more than 20 mins. I have it in plans, but the feature is not something quick. Do not have a deadline, but definitely will prioritize.

from repostat.

vifactor avatar vifactor commented on June 9, 2024

History cache might be organized as follows:

merge_base = pygit2.Repository.merge_base("cache head", "current head")
  • if "cache head" exists in repo, one needs to use all commits "before" "merge_base" from cache and fetch data from
    "merge_base" to a current "head commit"

  • if "cache head" is not in repo anymore:
    a) either fetch whole history from scratch
    b) or find a commit in cache that still exists in repo and find "merge_base" with "current_head"

from repostat.

Related Issues (20)

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.