next.js
fix(turbopack): optimize source map ignore list lookup with WeakMap caching
#82941
Open

fix(turbopack): optimize source map ignore list lookup with WeakMap caching #82941

copilot-swe-agent
Copilot Initial plan
9cd6a351
copilot-swe-agent copilot-swe-agent assigned copilot-swe-agent copilot-swe-agent 267 days ago
copilot-swe-agent copilot-swe-agent assigned shuding shuding 267 days ago
Copilot Optimize source map ignore list lookup from O(n^2) to O(1) using Set
3912af4e
ijjk ijjk added type: next
copilot-swe-agent copilot-swe-agent changed the title [WIP] Optimize middleware-turbopack source map lookup from O(n^2) to O(1) fix(turbopack): optimize source map ignore list lookup from O(n²) to O(1) 267 days ago
copilot-swe-agent copilot-swe-agent requested a review from shuding shuding 267 days ago
ijjk
vercel
vercel commented on 2025-08-22
shuding
shuding commented on 2025-08-22
Copilot fix: use WeakMap caching for ignoreList Set conversion to avoid O(n) …
30d62c9a
copilot-swe-agent copilot-swe-agent changed the title fix(turbopack): optimize source map ignore list lookup from O(n²) to O(1) fix(turbopack): optimize source map ignore list lookup with WeakMap caching 267 days ago
copilot-swe-agent copilot-swe-agent requested a review from shuding shuding 267 days ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
Labels
Milestone