开发者

How efficient is encodeURIComponent?

开发者 https://www.devze.com 2023-02-14 22:44 出处:网络
How efficient is the encodeURIComponent implementations开发者_Go百科 in major browsers? Is it worth memoizing calls to encodeURIComponent?This sounds like premature optimization.

How efficient is the encodeURIComponent implementations开发者_Go百科 in major browsers? Is it worth memoizing calls to encodeURIComponent?


This sounds like premature optimization.

Unless you've profiled your page and found that encodeURIComponent is taking too much time, you shouldn't worry about it.

0

精彩评论

暂无评论...
验证码 换一张
取 消