Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Future of High Performance Node
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Peter Piekarczyk
June 16, 2016
Technology
0
320
Future of High Performance Node
Node Live 2016 presented by Node Foundation
Peter Piekarczyk
June 16, 2016
Tweet
Share
More Decks by Peter Piekarczyk
See All by Peter Piekarczyk
ReasonML - The Future of React 💯
peterpme
1
190
2019 GOTO Conf - Future of React & ReasonML
peterpme
0
670
2019 MagnoliaJS: Building Expo Apps with Draftbit
peterpme
1
630
2019 ReasonConf - ReasonML & Hiring at Draftbit
peterpme
0
560
2019 App.js Conf - Building Expo & React Native Apps with Draftbit
peterpme
2
600
2018 - React Chicago - ReasonReact - A Love Story
peterpme
3
790
DevOps Day Chicago 2017 - Your Body's Configuration is Important, Too
peterpme
0
160
Things I Wish I Knew About React Native When I Started
peterpme
1
1.2k
React Rally 2015: Makin' Music with React & The Midi / Audio APIs
peterpme
1
510
Other Decks in Technology
See All in Technology
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
210
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
72k
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
830
AWSをCLIで理解したい! / I want to understand AWS using the CLI
mel_27
2
130
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
8
2.9k
LLM のプロダクト導入における開発の裏側と技術的挑戦
recruitengineers
PRO
1
120
Agentic Software Modernization - Back to the Roots (Zürich Agentic Coding and Architectures, März 2026)
feststelltaste
1
200
管理者向けGitHub Enterpriseの運用Tips紹介: 人にもAIにも優しいプラットフォームづくり
yuriemori
0
160
Windows ネットワークを再確認する
murachiakira
PRO
0
290
JAWS Days 2026 楽しく学ぼう! 認証認可 入門/20260307-jaws-days-novice-lane-auth
opelab
9
1.4k
8万デプロイ
iwamot
PRO
2
170
マルチロールEMが実践する「組織のレジリエンス」を高めるための組織構造と人材配置戦略
coconala_engineer
3
520
Featured
See All Featured
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
How to make the Groovebox
asonas
2
2k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
220
sira's awesome portfolio website redesign presentation
elsirapls
0
180
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
Documentation Writing (for coders)
carmenintech
77
5.3k
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
51k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
110
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
Transcript
The Future of High Performance Node Peter Piekarczyk @peterpme
None
<== <== <==
ES5 ==> ==> ==>
ES6
ES6
ES6 ?
None
https: //nodejs.org/api/process.html#process_event_unhandledrejection Event `unhandeledRejection` • reason - rejection reason (Error)
• p - promise (Promise)
==>
None
None
None
babeljs.io/repl
None
None
Debugging
None
node-debug app.js
None
Debugging with V8 Inspector $ node —inspect server.js $ node
—inspect=5000 server.js $ node —inspect=5000 —debug-brk server.js
node \ —optimize_for_size \ —max_old_space_size=920 \ —gc_interval=100 \ server.js V8
Flags
node —v8-options
“Try this one simple trick that will double performance!” Backend
engineers hate talking about this one weird trick!
None
Deploying with Now $ now . immutable, micro deployments, super
fast & easy
Thank you @peterpme