Dhaval Singhwww.dsdev.in·Oct 7, 2023Profiling vs Benchmarking 101𝐏𝐫𝐞𝐦𝐚𝐭𝐮𝐫𝐞 𝐨𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧 𝐢𝐬 𝐭𝐡𝐞 𝐫𝐨𝐨𝐭 𝐨𝐟 𝐚𝐥𝐥 𝐞𝐯𝐢𝐥 - Donald Knuth As a developer, we often dive into our codebase, thinking, "Hey, let's tweak this bit or give that part a little upgrade!" But, man, even the simple...Discussprofiling
Will Kennedybrytelands.hashnode.dev·Aug 28, 2023Rust Profiling in WSL2 with CLionCode from this example is here: https://github.com/wkennedy/wsl2-rust-profiling Having recently switched some of my coding to remote development in WSL2 with CLion, I noticed that profiling was not readily available. I tried various proposed solution...DiscussRust
Erdem Köseerdemkose.com·Aug 18, 2023Profiling in PHP: A Comprehensive Guide to Optimize PerformanceIntroduction As PHP applications grow in size and complexity, performance optimization becomes increasingly important. Profiling is a technique used to identify and analyze the performance of code, helping developers identify bottlenecks and improve ...Discuss·32 readsPHP
Joe Bordesjoebordes.com·Jun 24, 2023Profile your PHP codeThis is the last phase of the project to evaluate the recommended maximum size of data that we can manage in a coreBOS install before we get into the list of tasks of profiling and performance. This phase constructs the recommended infrastructure to ...Discuss·114 readsMastering PHP Performance Control: Unleashing the Power of Optimized CodePHP
Harsh Mangeharshmange.hashnode.dev·Apr 27, 2023Detecting and Fixing Memory Leaks in Your CodeA memory leak occurs in an operating system when a program or process uses memory but fails to release it even when it is no longer needed. Over time, this can result in the depletion of available memory, leading to performance issues, crashes, and o...DiscussMemory Leak
Thomas Nguyenthangnt294.hashnode.dev·Apr 27, 2023Profiling in Go: Gotta catch ‘em allIntroduction Those of you who have watched the Pokemon series will undoubtedly recognize the famous catchphrase — “Gotta catch ’em all” — which refers to the main character’s goal of catching all the Pokemon in the world. In the same way, profiling i...Discuss·1 like·80 readsGo Language
elcharitas.(eth|lens|crypto|any)elcharitas.wtf·Dec 12, 2022Profiling and Performance Testing 🤯As a developer, I am always interested in optimizing the performance of my applications. In a previous article, I wrote about "Improving the performance of python backends" where I discussed various techniques and tools that can be used to improve th...Discuss·111 readsprofiling