미니옵빠의 code stubs
Node v8 본문
나온지는 좀 되었지만..
New Features
성능 향상
- V8 engine 성능 향상. v6.1 < v5.1 Turbofan + Ignition compiler pipeline 사용. https://v8project.blogspot.kr/2017/05/launching-ignition-and-turbofan.html
- https://hackernoon.com/upgrading-from-node-6-to-node-8-a-real-world-performance-comparison-3dfe1fbc92a3
- https://hackernoon.com/whats-new-with-server-side-rendering-in-react-16-9b0d78585d67
참고:
현재 node 버전의 v8 engine 버전 확인
node -e "console.log(process.versions.v8)"