darrachequesne / notepack

A fast Node.js implementation of the latest MessagePack spec
MIT License
75 stars 19 forks source link

Update third-party libraries for benchmark #31

Closed MasterOdin closed 1 year ago

MasterOdin commented 1 year ago

PR updates @msgpack/msgpack to the latest version, as well as adds the msgpackr library to the benchmark. I was mostly looking to understand some bottlenecks I'm seeing in a socket.io based application, and possible ways to improve throughput (such as replacing notepack.io in socket.io), but figured useful to maybe have this here for future readers.

darrachequesne commented 1 year ago

@MasterOdin thanks :rocket: