Can zip and unzip operation be made-multithreaded in nodejs ?
(可以在nodejs中对zip和unzip操作进行多线程处理吗?)
There are a bunch of modules like yauzl, but neither uses multiple threads, and you can't start multiple threads yourself with node-cluster or something like that, because each zip file must be handled in a single thread
(有很多模块,例如yauzl,但是都不使用多个线程,并且您不能使用node-cluster或类似的东西自己启动多个线程,因为每个zip文件必须在单个线程中处理)
ask by Alex translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…