Skip to content

perf(precompute): jemalloc allocator + Arc<str> group-key interning (2.2× on KLL window-close) #112

perf(precompute): jemalloc allocator + Arc<str> group-key interning (2.2× on KLL window-close)

perf(precompute): jemalloc allocator + Arc<str> group-key interning (2.2× on KLL window-close) #112

name: Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-title:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
refactor
test
bench
ci
chore
docs
perf
revert
requireScope: false