Giter Club home page Giter Club logo

Comments (4)

 avatar commented on August 23, 2024

Part of the (my TBH) plan is to take advantage at maximum of the cache in this module, as you know, the state trie elements requests will have a lot of common elements.

Please, @Stebalien, point me to some place in the IPFS code stack where cache is being used, in order to leverage that knowledge.

from go-ipld-eth.

Stebalien avatar Stebalien commented on August 23, 2024

Part of the (my TBH) plan is to take advantage at maximum of the cache in this module, as you know, the state trie elements requests will have a lot of common elements.

Could you rephrase this? I'm not sure I understand your question. It sounds like you're talking about some form of inter-node caching which would usually be done by the DAGService/Blockservice (although the DAGService doesn't currently cache anything).


By cache, I mean cache within the node. Really, the best way to do this is to just precompute the CID when constructing the node.

from go-ipld-eth.

 avatar commented on August 23, 2024

I see. I was thinking on DAGService/Blockservice cache.

from go-ipld-eth.

 avatar commented on August 23, 2024

Done here. Each cid is computed once in the object lifetime.

from go-ipld-eth.

Related Issues (6)

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.