....
@madhur_kumar
ID: 15148639
17-06-2008 18:23:57
1,1K Tweet
127 Followers
817 Following
Some of the USENIX Association ATC 2020 papers look amazing! Personal favorites (going by the title + researchers): - Fine-Grained Isolation for Scalable, Dynamic, Multi-tenant Edge Clouds - Peregreen — modular database for efficient storage of historical time series in cloud environments
I wrote a post about a grouping of concurrent algorithms into performance "levels". I use this mental model to more quickly map out the design space and dismiss alternatives that aren't likely to provide a performance boost. travisdowns.github.io/blog/2020/07/0… Feedback warmly welcomed.
I had a look today at 🍃Spring Boot 2.4 and the new actuator endpoint "startup" - that makes it easier to analyze which beans contribute the most to application startup time.
Why is the Apple M1 so fast? - More specialized system on a chip components - Unified memory - Fast integrated SSD - Faster out of order instruction processing with more decoders & bigger buffer, made possible by simpler fixed length RISC instructions debugger.medium.com/why-is-apples-…