Rivers
Rivers
如题, 想添加一个无线网卡 但是这个固件好像没有编译这个型号的驱动进去
I have noticed that the current implementation still uses table lookup method. Perhaps introducing acceleration instructions for different platforms could significantly improve the computational speed. I saw in https://github.com/mrhooray/crc-rs/issues/83 that...
Hey there, I think I've found a memory leak in mmk_stub_create_static. It looks like name isn't getting freed when the function returns an "ENOENT" error. This isn't a big deal...
Make `sliceIdentical` consider two slices with a cap of 0 to be the same. Resolves #1272
In the `TestSliceIdentical` test case, `a` and `b` are two different int slices with `cap=0, len=0`. However, the compiler or debugger might optimize this behavior, resulting in them having the...
In the `tryUpdateMigrationStatus` logic, after a successful migration, the controller first updates the topology in the kvrocks cluster via `SetSlot`, then updates the etcd data using `clusterStore.UpdateCluster`. However, there appears...
it solves https://github.com/apache/kvrocks/issues/2841
### Search before asking - [ ] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Currently, there is a minor issue in Kvrocks cluster mode:...