Tnze

Results 41 comments of Tnze

I am not using pycharm.

Hi, is [2.66inch e-Paper Module (B)](https://www.waveshare.net/wiki/2.66inch_e-Paper_Module_(B)) supported?

I don't believe the first change can improve the performance. `bytes.NewReader` doesn't allocate any memory on heap. Using `sync.Pool` in this case only cause the variables escape from stack(or registers)...

And I don't like to switch the `zlib` implementation, unless you can prove it's necessary and the third-party library is reliable. (I means may be it has performance improvement but...

> and seems performance nearly same... Remove the pool.

Let's do what we talk about in #209 first. (By simply store the server's key in the LoginHandler. There is no need to use interface if we have only one...

Thanks for the idea. It makes sense. Just do it.

Can you provide some code for testing please?

When server processing chunks, It should decide which blocks should be processed. It is to be noted that there should be an intermediate state between "loaded" and "active". This requires...