node-pcre icon indicating copy to clipboard operation
node-pcre copied to clipboard

Use libuv

Open yocontra opened this issue 11 years ago • 4 comments

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

yocontra avatar Apr 25 '13 20:04 yocontra

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.

mscdex avatar Apr 25 '13 21:04 mscdex

Cool will look into it later :+1:

yocontra avatar Apr 25 '13 21:04 yocontra

@Contra did you ever end up getting this done?

alexgorbatchev avatar Oct 08 '13 18:10 alexgorbatchev

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

yocontra avatar Oct 08 '13 20:10 yocontra