rollup-plugin-progress icon indicating copy to clipboard operation
rollup-plugin-progress copied to clipboard

syncronous I/Os are incredibly inefficient, and it's useage in this package is a very implementation

Open KilianKilmister opened this issue 5 years ago • 0 comments

syncronous I/Os are famous for increasing overhead and should generally be avoided if async I/Os can be used.

in addition, using them for keeping count is nonsensical

KilianKilmister avatar Aug 27 '20 18:08 KilianKilmister