Implement the `EncodeURIComponent` function without using the `url` Go module. Then, benchmark it against the existing implementation.
Implement the
EncodeURIComponentfunction without using theurlGo module.Then, benchmark it against the existing implementation.