by dodders on 7/2/19, 12:03 PM with 6 comments
by jorangreef on 7/3/19, 7:29 AM
I noticed something was blocking our event loop for between 200ms to 2 seconds at a time. I assumed it was GC and optimized everything off-heap but the issue remained. It turned out Node's async spawn() is not async, and blocks while it copies the page table. For processes with large RSS, this adds up.
by isolli on 7/3/19, 9:10 AM
[0] I found a bug in Intel Skylake processors (https://news.ycombinator.com/item?id=14686277)
by hwj on 7/3/19, 7:31 AM
http://www.whyprogramsfail.com/
The author of the latter book is a Professor from Saarbrücken and former maintainer of GNU DDD.
by nullwasamistake on 7/3/19, 6:07 AM
I also heard Twitter is a big adoper of Graal but apparently not everywhere. How is that going? I'm deeply upset that Oracle is segmenting the CE and EE version by performance (to the point where I think a fork is likely), wondering what your experience with it was
by choeger on 7/3/19, 5:11 AM
by giacaglia on 7/3/19, 5:14 AM