Tag: performance
Browse all articles, tutorials, and guides about performance
Posts
⌘K
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.