- Published on
Perf
- Published on
When considering website performance, the term TTFB - time to first byte - crops up regularly. Often we see measurements from cURL and Chrome, and this article will show what timings those tools can produce, including time to first byte...- Published on
https://blog.cloudflare.com/when-bloom-filters-dont-bloom/ 正好配合群主最近关于cache的blog,看看缓存如何影响程序性能- Published on
想了解内存访问性能的- Published on
哪位大佬知道 integer performance 和 floating point performance 分别指的是什么概念?- Published on
网站流量中大头是图片资源,如何减少图片大小是很重要的事情。本文分享了使用AWS Lambda@Edge无服务架构通过判断浏览器UA自动转换CDN缓存的图片为Webp,将网站图片加载速度提高了1X倍以上- Published on
- Published on
用 https://github.com/aFarkas/lazysizes 把英语轻松读文章里面涉及到的图片都做了lazyloading,预期又可以大大提高打开效率,有兴趣的用户可以测试一下,欢迎反馈 https://tiny4.org/enreader- Published on
Caching challenges and strategies- Published on
This is the story on how I speed up my terminal load time. Some time ago I shared my dotfiles to the world. I was never really happy with the shell load time, t- Published on
Efficient data transfer through zero copy- Published on
其中最后的scatter-gather I/O为什么能够避免拷贝 https://stackoverflow.com/questions/9770125/zero-copy-with-and-without-scatter-gather-operations- Published on
When building web services, a common wisdom is to try to reduce the number of HTTP requests to improve performance. There are a variety of benefits to this, including less total bytes being sent, but the...- Published on
Starting with DockerOver the past few years I’ve worked a lot with container workloads. It all starts with a need to run containers whether its a batch job, a microservice or some scripts. Learning about...- Published on
前面已有的回答一个都没答到点上啊。(就跟其他答主提到的一样,题主的电脑似乎有点慢…)其实这个例子反映出来的跟Java与C++语言上的差异没有任何关系,只是反映出了在这个特定例子上某个编译器(及JIT编译器)的优化的差异。本文后面用到的编译器生成的代码的样子我都记录下来放在这个传送门了- Published on
BPF and related observability tools give software professionals unprecedented visibility into software, helping them analyze operating system and application performance, troubleshoot code, and strengthen security. BPF Performance Tools: Linux System and Application Observability is the industry's most comprehensive guide to using these tools for observability.- Published on
使用UUID性能问题值得注意