⚡ perf(simd): unroll the AVX2 kernels, accelerate the ASCII scans, and drop the SWAR bounds checks #423
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: auto-labeler | |
| on: | |
| issues: | |
| types: [opened, edited, milestoned] | |
| pull_request_target: | |
| types: [opened, edited, reopened, synchronize] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| jobs: | |
| auto-labeler: | |
| uses: gofiber/.github/.github/workflows/auto-labeler.yml@main | |
| secrets: | |
| github-token: ${{ secrets.ISSUE_PR_TOKEN }} | |
| with: | |
| config-path: .github/labeler.yml | |
| config-repository: gofiber/.github |