Hypen Zou
Hypen Zou
https://github.com/geektutu/7days-golang/blob/cf3644382101dc13e7fd92e8f5c66cabc51bcd3b/gee-rpc/day3-service/service.go#L75 这里只检验了reply Argument是否为导出/内置类型, 没有检验其是否为指针 按照net/rpc的接口, 这是无法Register进入services的 是否应该加上检查是否为指针的操作?
**Context/Summary:** The official documentation recommends using the GetUpdatesSince method for master-slave synchronization. Every time this method called, it will search for the start sequence from the beginning of the target...
truely love this theme is there any plan to submit this to https://open-vsx.org/ , to make it be used by vscode-like web ide?
I would like to ask why fixed size blocks are used. Considering that this WAL implementation is used as bitcask storage log, the waste of storage space due to padding...