Code Monkey home page Code Monkey logo

Comments (1)

ppedziwiatr avatar ppedziwiatr commented on September 1, 2024

Hey, as I've mentioned - the most time here (i.e. in the CREATING MESSAGE part) is used on signing the data-items..the assignment data item and the nested bundle that contains both the assignment and original message - e.g.:

[2024-07-10T20:50:27Z INFO  su::domain::logger] === SIGNING ASSIGNMENT - 19.673ms
[2024-07-10T21:01:16Z INFO  su::domain::logger] === SIGNING NESTED BUNDLE - 13.124ms

It would be best if the nested bundle was created by a separate, background process (that would be also responsible for sending it to Turbo/Irys and - ideally - verififying after some blocks (50? 100?) whether the data items are indeed on Arweave).

Not sure how to deal with the signature of the assignment - but it would be great if it could be taken out of the locking part of code. Removing signing from the locked part of code (https://github.com/permaweb/ao/blob/main/servers/su/src/domain/core/flows.rs#L175-L188) would significantlly speed up the messages registration in the SU.

In general - the whole process of registering a new message in the SU takes usually (on my M2 Pro) ~50ms (obviously on a release build). So shaving off over 30ms "just" by removing the signing of the data items would be a great win here.

from ao.

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.