-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use libuv #2
Comments
I'm open to a pull request to add support for this, but I currently do not have enough free time myself to implement it. |
Cool will look into it later 👍 |
@contra did you ever end up getting this done? |
Completely forgot about this. It would have been a bad time for it anyways there were a ton of breaking updates to the native module system. If I have time to get to it I'll have a look otherwise I would recommend using https://github.com/rvagg/nan to get the job done easily |
Can you add support for using the libuv threadpool so these regexs can run in parallel? We don't want parsing a 20MB file to happen in the main thread
The text was updated successfully, but these errors were encountered: