tuananh / camaro

camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
MIT License
556 stars 29 forks source link

Use `piscina` only if `worker_threads` module is available #119

Closed tuananh closed 3 years ago

tuananh commented 4 years ago

Only initialize worker pool if worker_threads is available.

Should be able to fix #116