Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PENC optimization possibility ? #1

Open
mogando668 opened this issue Jul 26, 2023 · 0 comments
Open

PENC optimization possibility ? #1

mogando668 opened this issue Jul 26, 2023 · 0 comments

Comments

@mogando668
Copy link

mogando668 commented Jul 26, 2023

less of an "issue" more like a suggestion

since your code already queries the true-false array of _penc[ ],

why not directly store the post-encoded view inside _penc[ ]

e.g.

         _penc["}"] = "%7D"
         _penc["h"] = "h"
         _penc[" "] = "+"

this way it saves a lot of time by not having to query _penc[ ] THEN query _ord[ ] THEN run its output via sprintf()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant