Comparison of I/O performance for Node and Ruby.
Operations:
- read raw image from disk
- resize it in small, medium and large size
- write thumbnails to disk
Benchmarking results on Macbook Air 2015 i7 8GB RAM.
- Ruby version: 2.4.1p111
- Node version: 8.4.0
You will need libvips installed.
For MacOS do
brew install vips
After that run
rake
MIT