Alex Browne
Alex Browne
https://github.com/0xProject/0x-mesh/pull/846 includes an optimization for `computeOptimalChunkSizes`.
After a few rounds of optimization, we have greatly reduced CPU usage in the browser. In Chrome, we are seeing that Mesh does not hold onto the main thread for...
If we're improving things, we should also look at having the ability to dynamically change custom order filters. It's something Augur specifically has asked for.
I'll need to make changes to the `p2p` package in order to address point (1). Let's keep this issue open until then.
Thanks @rykov. I'm not sure if you just meant for this to be a clarifying comment, but the behavior you described is something I'm aware of and it is addressed...
@norunners thank you for reporting this. I can't promise that I will be able to fix it anytime soon as vdom has not been a priority for me for a...
I recently helped add WebAssembly support to [pion/webrtc](https://github.com/pion/webrtc) and have an open PR to do the same for [goleveldb](https://github.com/syndtr/goleveldb). I would be interested in building WebAssembly support for this package...
After looking more at the API for `gorilla/websocket`, I think adding WebAssembly support is harder than I first imagined. The API surface area is large and too much of it...
@shurcooL thanks for the heads up. Firstly, I'm totally okay with having multiple GopherJS router implementations if that's the direction the community wants to go. Ultimately it's up to the...
@simbadMarino I haven't worked with Go and WebAssembly in a few years. The `syscall/js` package was always marked as "experimental" and it looks like some things may have changed under...