Tag: performance
Browse all articles, tutorials, and guides about performance
Posts
⌘K
Uncategorized
2025-06-10T09:00:00.000Z|4
Why Your CI/CD Pipeline Is Slower Than It Should Be (and How to Fix It)
Small pipeline changes give big wins. Parallelize jobs, cache dependencies, pin images, reuse build artifacts, and run only the tests you need.
Linux
2024-12-03|6 min read
How to Exclude Directories When Using Find in Linux
Learn how to exclude specific directories from find command searches to improve performance and focus on relevant results when searching through file systems.
Linux
2024-11-25|8 min read
How to Profile C++ Code Performance on Linux
Learn how to use profiling tools like gprof, Valgrind, and perf to analyze C++ application performance and identify bottlenecks on Linux systems.
Docker
2024-08-01|8 min read
What is the Runtime Performance Cost of a Docker Container?
Understand the runtime performance impact of Docker containers compared to virtual machines and bare-metal systems.