Darío

Results 63 comments of Darío

@cjbassi Right now I am using rxvt-unicode and (I don't know why) does not support unicode braille characters xd

I think it's just a matter of the font config you have. In Gentoo works fine using infinality.conf

Can you give me more information about your problem? In which circumstances occurs?

Hello. Probably is caused by NAT. For example in my university I cannot use any UDP VPN by this reason. I am trying to implement TCP mode. Give me a...

Seems a problem of json package.

I don't see fastjson nor gjson. I mean, can you create the benchmarks?

Hello @Fenny I just commited #201 which adds fastjson benchmarks. I get the following running `go test -v ./... -bench="(FastJSON|JsonParser)" -benchmem -benchtime 5s` ``` BenchmarkJsonParserLarge BenchmarkJsonParserLarge-8 89894 67214 ns/op 0...

Hello @jansen191024 can you share your tests? It has been a long time since I did the last benchmark. I don't even use this library anymore. But anyways, notice that...

Hello. I am developing fasthttp http2 implementation. I don't know when it will be prepared but you can collaborate in http2 branch. I will create it as soon as possible.