neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
565 stars 36 forks source link

Add benchmark code and perform optimization #94

Closed zchee closed 3 months ago

zchee commented 3 years ago

Currently, there is no benchmark test code.

In particular, Encode and Decode in the msgpack package are very important for go-client performance, so benchmarked and optimization.

justinmk commented 3 months ago

Can this be closed? Why wasn't #93 sufficient?

zchee commented 3 months ago

Yes, thanks!