luikore
luikore
not yet, hope i can make more progress in this golden week
I agree that the code is quite hard to read, and there are some unnecessary hand-crafted optimizations that worsen the readability while provides nothing to speed since many compilers can...
还有些可以改进的地方: - [ ] 保存 pid - [ ] 改成用 `GetoptLong` 解析参数
🙄 will try adding platform-specific extension for it
@dcjones Thanks! I'd like to make a PR with `iter_with_prefix` first. (or name it `iter_under_prefix` ?) Though, the `walk` function does a different thing from `iter_with_prefix`. For example, if we...