This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Intention of deprecation #90
Comments
cc @libp2p/repos-javascript |
@vasco-santos before deprecating, can you make sure to benchmark spdy vs. multiplex. I remember that spdy was way more performant in the past. |
@daviddias I think we would not get really accurate results, since to have the exact same conditions we would need to refactor Regarding past performance, do you have any more recent conclusions @jacobheun ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the context of ipfs/js-ipfs#1670, we have been refactoring all libp2p codebase to use async await, async iterators, as well as working on general API improvements to have a better and easier to use js-libp2p.
Taking into account that
spdy
is an outdated protocol, there are no reasons to use it instead oflibp2p-mplex
and from our knowledge there are no active projects usinglibp2p-spdy
, we have the intention of deprecatinglibp2p-spdy
and use this time in enhancing the important pieces of libp2p.If anyone is using this module and want to help us refactoring it, so that you and anyone else interested can use it, let us know. We are happy to help with it too
The text was updated successfully, but these errors were encountered: