PT-2026-76038 · Go · Stdlib
Published
2026-08-13
·
Updated
2026-08-13
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead.
Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Stdlib