Results 62 comments of kkocdko

I reproduced your benchmark. It's faster using GCC instead of Clang. I will try to tweak it more. Thank you!

此问题应该已经被修复了。 ```sh kkocdko@klp1:/tmp/domain-list-community$ ~/misc/apps/rg pikpak data/pikpak 1:mypikpak.com 2:mypikpak.net 3:pikpak.me 4:pikpakdrive.com data/geolocation-!cn 127:include:pikpak kkocdko@klp1:/tmp/domain-list-community$ ``` 据观察,已经不在任何 cn 列表中了。

The build after v21 seems broken. ``` [kkocdko@klf bin]$ ldd --version ldd (GNU libc) 2.37 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for...

or, we can provide a tar file in github release assets which excludes the example resources.

> @hermet I'm not sure what kind of CI is being run We're building a debian linux deb package uses thorvg. Like other linux package format, it should set a...

对于使用其他协议,也可以考虑。例如 syncthing https://docs.syncthing.net/specs/bep-v1.html#bep-v1

IMO we just need to extract clangd binary from LLVM's release, like this: ```sh curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.0/LLVM-21.1.0-Linux-ARM64.tar.xz | tar -Jx LLVM-21.1.0-Linux-ARM64/bin/clangd ``` And the current build in this repo has...

> Unfortunately, if you just want to auto download clangd, 1.73GB is a lot to pull down what i say is, download it in this repos github actions then repack...

感谢反馈,我看看有空修一下。最近用这个用得少了