Git Product home page Git Product logo

Comments (6)

hasanhaja avatar hasanhaja commented on August 10, 2024 1

Task management

@hasanhaja
Hi @lemunozm, thank you for the pointers! I'm looking into the code and getting a feel for what's going on now, and I'll circle back with questions soon.

Todo

NOTE: I will add more todos as my exploration develops.

  • Familiarize myself with Read Trait
  • Understand how the loop in the try_decode() method works or even what it's for

from message-io.

lemunozm avatar lemunozm commented on August 10, 2024 1

Hi @seonwoo960000,

It's just a matter of performance improvement. I'm not sure how much it can pump up the performance in real scenarios, to be honest. As far as I know, there is no work done on it right now

from message-io.

hasanhaja avatar hasanhaja commented on August 10, 2024

Hi, I'm new to the code base and I don't have any experience contributing to open source but I want to start and offer my help. Would you be able to give me some pointers on how I can get familiar with the code base enough to tackle this issue?

from message-io.

lemunozm avatar lemunozm commented on August 10, 2024

Hi @hasanhaja, thanks for your help!

This improvement is quite localized in the library and only two files should be updated:

  • src/util/encoding.rs which contains the Decoder that should be modified adding the decode_from method. (some unit tests should be added too here to check this new method). The Decoder is in charge of accumulating the incoming data until that data represents a message.
  • src/adapters/framed_tcp.rs where the FramedTcp transport is implemented and uses the Decoder (Only the receive() method should be modified). Currently, it makes use of the decode() method, and it should be changed by the new decode_from(). Also, this update will avoid the buffer usage of the receive() method.

To make this change. it is important to be familiar with the Read trait.

Do not hesitate to ask any doubt or any new ideas to tackle the problem. 😃

from message-io.

hasanhaja avatar hasanhaja commented on August 10, 2024

Hi @lemunozm, thank you for the pointers! I'm looking into the code and getting a feel for what's going on now, and I'll circle back with questions soon.

from message-io.

seonWKim avatar seonWKim commented on August 10, 2024

Hi @lemunozm , is this still relevant issue? 🤔

from message-io.

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.