next.js
30b4a11e - perf(turbopack): Box `ConstantValue::Regex` (#74968)

Commit
1 year ago
perf(turbopack): Box `ConstantValue::Regex` (#74968) ### What? Box the `Regex` variant of `ConstantValue` ### Why? Data-oriented Design! This variant is not created frequently compared to other variants, so we can box it to reduce the size of the type.
Author
Parents
Loading