someview

Results 28 issues of someview

### Description of new feature 1. 当前gnet的客户端使用的是gnet.client+ eventhandler的形式来创建连接,这对于连接重连这样的逻辑不是很友好 2. asyncwritev这样传输一个[][]byte, 这里是否可以增加内存管理的功能呢 ### Scenarios for new feature 需要实现一个高效的sub-pub message system. 本来是异步的方案,采用gnet比采用netpoll好一些,netpoll本身提供了相当于[][]byte级别的内存管理。另外,感觉gnet的客户端库是否可以和服务端不一样呢 ### Breaking changes or not? Yes ### Code snippets (optional)...

enhancement
proposal
waiting for response
needs more info

### Actions I've taken before I'm here - [X] I've thoroughly read the documentations about this problem but still have no answer. - [X] I've searched the Github Issues/Discussions but...

help wanted
question
waiting for response

how about "add put method to set kvpairs , if old value exists, return val", thinkabout this: a position can only hold one element, but if the element return to...

### Xmake Version 2.8.5 ### Operating System Version and Architecture win11 ### Describe Bug 工具链使用msvc, 同时使用xmake和module特性,xmake build报错. ``` // xmake.lua add_rules("mode.debug", "mode.release") set_languages("c++20") add_requires("doctest") target("cinterview") set_kind("binary") add_files("src/*.cpp", "src/*.ixx") target("doctest") set_kind("binary")...

bug

### Question. Is there some benchmark result about gc,or plan to reduce gc for this memory cache db

kind/question

We have faced with some difficulties, let's move on to creating a group chat structure using redis: ``` { "roomId": "123", "Notice": "456", "MaxNum": "100", "Members":[ {locZone:1, active: 1000}, {locZone:2,...

question

Now we want to three thing in our procedure: 1. do some thing before exec 'docker build' 2. docker build with custom tag 3. replace k8s deployment we achieve this...

enhancement

Now the add method code is like this: ``` func (l *List[Key, Value]) Add(searchStart *ListElement[Key, Value], hash uintptr, key Key, value Value) (element *ListElement[Key, Value], existed bool, inserted bool) {...

bug

now the UI just show all Registers,can not trace the register value.Maybe the regsiter should have a filter menu to filter some registers

**Actual behavior** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **To Reproduce** Steps to reproduce...