Submitting an MIT-licensed VS Code plugin for the TSPerf challenge: https://algora.io/challenges/tsperf
Repository: https://github.com/asim48-ctrl/tsperf-vscode
Installable VSIX release: https://github.com/asim48-ctrl/tsperf-vscode/releases/tag/v0.1.0
Submission notes: https://github.com/asim48-ctrl/tsperf-vscode/blob/main/SUBMISSION.md
Implemented:
- TSPerf: Inspect Type at Cursor
- TSPerf: Run Fixture Benchmark
- inline editor decorations showing lookup latency and complexity score
- cached measurements keyed by document URI, version, and cursor offset
- pathological TypeScript benchmark fixture
- clean VSIX packaging
Verification:
- npm install --ignore-scripts
- npm run build
- npm run package
I could not find a non-authenticated direct submission endpoint on the challenge page, so I am leaving the submission here as a public trail for the Algora team.
Submitting an MIT-licensed VS Code plugin for the TSPerf challenge: https://algora.io/challenges/tsperf
Repository: https://github.com/asim48-ctrl/tsperf-vscode
Installable VSIX release: https://github.com/asim48-ctrl/tsperf-vscode/releases/tag/v0.1.0
Submission notes: https://github.com/asim48-ctrl/tsperf-vscode/blob/main/SUBMISSION.md
Implemented:
Verification:
I could not find a non-authenticated direct submission endpoint on the challenge page, so I am leaving the submission here as a public trail for the Algora team.