Ali Rahbari
Ali Rahbari
After some testing I saw the async version of gzip takes up to 10 times more than the sync version according to the content size. **100KB:** sync version takes **5ms**...
Some source codes for Chapter 1 (syncing audio and video) is also appreciated!
It depends on your CPU, It takes about 5 minutes on i7-7700K mostly at 100% usage!
Dear @pmq20 thank you for the fast reply. 1,4,5- It seems readme.md doesn't fully cover these aspects of your Node Compiler. 2- What amazes me is Stylus doesn't create any...
Can you fork the node.js repo instead of copying its files so we can see what has been changed?
@lexor90 It's also useful when you use preprocessors like Stylus. In packaged version, it's possible to include just the generated CSS files and exclude Stylus files.
I found out that I accidentally removed `QMAKE_CXXFLAGS *= -fPIC`, by adding this I got to 10ms, is there any other flag that can help?
bad part is if stream is finished before res.end(cb), the cb is never called. in my case which is used as a promise resolver with await, the execution halts at...
@AishwaryaChat I believe HTTP2 has bigger problems which. https://github.com/nodejs/node/issues/42710 https://github.com/nodejs/node/issues/44523 I See leaking streams even for simplest form of responses. That may cause this too.
I had this problem too, after zipping the dmg and opening it in windows I found out that there is __MACOSX folder beside the dmg file which probably contains the...