hckhanh
fast-url
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Optimize join function for base URL with trailing slash case Reduce string operations when both parts have separator at boundary. Instead of slicing part1, removing separator, and re-adding it, simply concatenate part1 with part2 (minus separator). Performance improvement: ~19% faster for URL joining with trailing slash Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com>
copilot/optimize-library-performance
1 hour ago
Optimize join function for base URL with trailing slash case Reduce string operations when both parts have separator at boundary. Instead of slicing part1, removing separator, and re-adding it, simply concatenate part1 with part2 (minus separator). Performance improvement: ~19% faster for URL joining with trailing slash Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com>
copilot/optimize-library-performance
1 hour ago
Apply code formatting with biome Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com>
copilot/optimize-library-performance
2 hours ago
Apply code formatting with biome Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com>
copilot/optimize-library-performance
2 hours ago
Simplify `path` function by replacing manual parameter parsing with `String.prototype.replace` for improved readability and efficiency.
optimization
4 hours ago
fix(deps): update fumadocs monorepo
renovate/fumadocs-monorepo
4 hours ago
Streamline `removeNullOrUndef` function by replacing loop with `Object.fromEntries` for improved clarity and efficiency.
optimization
4 hours ago
Add unicode character test coverage (#80) * Initial plan * Add comprehensive unicode character tests Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com> * Add Vietnamese character tests Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com>
main
4 hours ago
Active Branches
Optimize core URL building functions (20-40% performance improvement)
last run
1 hour ago
#81
CodSpeed Performance Gauge
-57%
fix(deps): update fumadocs monorepo
last run
4 hours ago
#78
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs