bltavares / colmeia

Attempt to make an interop layer to connect to dat on hyperswarm in Rust
24 stars 4 forks source link

Cleanup the code #3

Open bltavares opened 4 years ago

bltavares commented 4 years ago

What are the opportunities to improve the code?

I would like to start adding tests now that I'm able to connect to dat's and validate the design as we go.

There are lots of clone. Is there any chance to reduce memory allocation?

evaporei commented 4 years ago

Maybe I can look into this 👀

bltavares commented 4 years ago

Awesome. Be aware that #11 will change a couple of stuff because of the dat -> hypercore protocol migration.