Комментарии:
Very instructive video, can we have access to the slides ?
ОтветитьNode is the future ... :)
Ответитьlove the shirt
ОтветитьThis guy should write a book on node.js
ОтветитьAre the tips given in this video still valid for Node version 8+?
ОтветитьReal nice talk, hope this guy can share more tips about the latest Node.js.
ОтветитьI think you have only 980 reqs/sec when compress answer cause you use sync compress. It will be nice to looks on comparison when use async zip compression
ОтветитьI make liberal use of the profiler with tons of sample data. The garbage collector is the most annoying part of these tests as you are unlikely to have the garbage collector interrupt an event under normal circumstances when you are working in the nanoseconds, so it artificially bumps up the resulting average processing time per synchronous action. It would be rather nice if I was able to tell the garbage collector to hold off on collecting garbage.
Ответитьtext
Ответить