node-pcre
node-pcre copied to clipboard
Use libuv
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
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 :+1:
@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