▲ Node.js CLI options parser based on UNIX guidelines — 10x~1000x faster than alternatives. at github.com▼21 up and 0 down, posted by jbucaran 2563 days ago 3 comments
israelidanny 2552 days ago. link 2 points ▲ ▼I may be wrong but IMHO CLI option parsing really isn't the bottleneck in most apps. Also, it's something that's done once per execution of a program. It's a little puzzling why such an emphasis was made on performance in this repo.