mscdex / node-pcre

A pcre binding for node.js
MIT License
39 stars 9 forks source link

Use libuv #2

Open yocontra opened 11 years ago

yocontra commented 11 years ago

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

mscdex commented 11 years ago

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.

yocontra commented 11 years ago

Cool will look into it later :+1:

alexgorbatchev commented 10 years ago

@Contra did you ever end up getting this done?

yocontra commented 10 years ago

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