Skip to content

Optimize PipeTable parsing: O(n²) → O(n) for 3.7x–85x speedup, enable… #5

Optimize PipeTable parsing: O(n²) → O(n) for 3.7x–85x speedup, enable…

Optimize PipeTable parsing: O(n²) → O(n) for 3.7x–85x speedup, enable… #5

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
with:
dotnet-version: |
6.0
8.0
9.0
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}