-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve replace_with performance #21
Comments
@gkorland yes, I think it's an improvement point too. the double dot expressions ( I'm thinking about use cases like HTTP proxying or batch processing. I'll try to clean up use cases and to plan for performance improvements if necessary. It is going to proceed in 3.x. this issue should be rethought when implementing 3.x. |
|
yes. |
@freestrings when do you plan to release 0.3.0? |
@gkorland I am planning a release next month. after finishing testing Nginx module, it will be next month. |
Is it resolved? |
Current replace_with code seems very inefficient
It seems like the replace should account in step (1) while running select()
The text was updated successfully, but these errors were encountered: