Closed
Description
@chemzqm noticed that msgpack-lite is very slow.
msgpack-js msgpack5 might be a good choice instead of msgpack-lite.
According to this it's comparable in performance to the official lib. That comparison doesn't benchmark msgpack-lite. Edit: However, that post is 3 years old, and this discussion and the commit log suggest that msgpack-js is out of date.
msgpack5 looks like the only maintained msgpack lib for JS.
Can someone try out msgpack-js msgpack5 ?