Skip to content

Enhance this hooks performance with large codebase #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
shenxianpeng opened this issue Apr 21, 2025 · 0 comments
Open

Enhance this hooks performance with large codebase #62

shenxianpeng opened this issue Apr 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@shenxianpeng
Copy link
Collaborator

Tested with the following config for https://github.com/ggml-org/llama.cpp, it takes much longer than expected.

Need to try to find a way to enhance performance.

- repo: https://github.com/cpp-linter/cpp-linter-hooks
  rev: v0.6.1
  hooks:
  -   id: clang-format
      args: [--style=file, --version=16]  # to load .clang-format
  -   id: clang-tidy
      args: [--checks=.clang-tidy, --version=16] # path/to/.clang-tidy

Note to myself: It would be better to try other similar tools' performance; maybe it is not only for cpp-linter-hooks.

@shenxianpeng shenxianpeng added the bug Something isn't working label Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant