zhu

Results 8 issues of zhu

**Please fill out the following system information before opening an issue:** - OS : windows 11 - Go version : 1.18.1 - gnet version : v2.0.3 **What is your question...

help wanted
question

**Please fill out the following system information before opening an issue:** - OS: win11 - Go version: 1.81.1 - gnet version: v2.0.3 **What is your question about gnet?** * gnet的socktoaddr.go文件中,`SockaddrToTCPOrUnixAddr()`函数在处理时,会调用`sockaddrInet4ToIP`或`sockaddrInet6ToIPAndZone`再处理一下IP...

help wanted
question
waiting for response

**Is your feature request related to a problem? Please describe.** 使用byteslice.Get()时得留意是否要自己做置零等初始化操作,不然底层数组可能遗留着上次的数据内容。 像socktoaddr.go的sockaddrInet4ToIP()函数中,就定义了一个合法的默认值pv4InIPv6Prefix,再做copy。 **Describe the solution you'd like** byteslice.Get()时,能否对从池子的取出来的slice做reset,和make得到的slice保持一致的返回情况。 **Describe alternatives you've considered** 没有找到什么比较好的方式可以清空底层数组 **Additional context** 无

enhancement
proposal
waiting for response

lock_free_queue.go的Enqueue()函数内的`n := &node{value: task}`会调用到runtime.newobject和runtime.mallocgc, Enqueue()频繁调用时,是否会有gc问题,是否考虑用类似sync.Pool的形式来管理node

enhancement
proposal

**Version** - os: CentOS Linux release 7.9.2009 (Core) - docker: Docker version 20.10.7, build f0df350 - nacos: nacos/nacos-server:v2.1.0 **Operation** - firewall-cmd --zone=public --add-port=xxx/tcp --permanent 开放了8148/8248/8348和9148/9248/9348 - 在同一台宿主机上执行docker compose -f docker-compose-nacos.yaml...

Version: 2.1.0 The issue is: How to determine the value of "num_acceptors" in the scenario of handling large concurrent connection requests, and whether "gen_tcp:accept/2" is replaced by "prim_inet:async_accept()" would be...

version: GoLand 2022.2 EnvFile 3.4.1 example: 1. Add a SSH Server 2. Choice run on ssh target 3. Add a .env file in EnvFile issue: it can not working when...

IDEA 2024.1.x can't find Protobuf Support plugin. May I ask when you can update the plugin and provide support?