-
Notifications
You must be signed in to change notification settings - Fork 96
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
Faster Preprocess [WIP] #163
Conversation
…into PreprocessBuffer_patch
This currently supports
|
Hey @Ayushk4 can we finish this on up? |
I was only able to get this work faster on the initial couple of operations added. When I incorporated the same token buffer approach for more operations later, it resulted in much slower performance overall than the already existing one. For the time being, I am closing it. If I find some other way to speed it up, then I will re-open this or send another PR. |
An attempt for the approach mentioned in #143 .
As of now, it's near about as fast as the existing one.
Still Work-In-Progress with some functions.
Fixes #74 as well ( Refer #76 )