Always add measures to prevent the system from degrading Measuring Performance in Software Engineering was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.
Browsing Category performance
Auto Added by WPeMatico
A Poor Man’s Web Worker
How an experimental technology can save the day Continue reading on Better Programming »
Better Performance in Swift Using Task Groups
How to drastically improve the performance of your iOS apps using the power of concurrency Photo by Haithem Ferdi on Unsplash The capability of building apps and softwares that rely on parallel computations has yet to…
How (and when) to optimize performance in your React application
Using memo, useCallback, useMemo, leveraging context and more Photo by TETrebbien on Unsplash I love to make apps better and faster and provide their users with the best experience possible. I have published several projects such as…
10 Text Preprocessing Benchmarks on CPU, GPU, and TPU
Python code and benchmarks for ten different spaCy text preprocessing actions Continue reading on Better Programming »
Dealing With Slow SQL Queries? Let the “EXPLAIN” Statement Handle It
Understand EXPLAIN query plans (part 1 of 2) Dealing With Slow SQL Queries? Let the “EXPLAIN” Statement Handle It was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and…
How the N+1 Query Can Burn Your Database
A brief guide to handling this harmful logic Overview Have you ever watched a movie/series or experienced yourself going to a hotel where they have room service? Let’s say you go to one of these hotels, where…
How To Boost Your iOS Code Performance: Reduce Searching An Array
A tip for optimising speed for your Swift and Objective-C code Continue reading on Better Programming »
Understanding Rust Ownership Model by Example
Know the 3 rules which are the foundation of Rust’s ownership system Understanding Rust Ownership Model by Example was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and…
Dealing With Code Performance— Micro and Macro Optimizations
As a developer, which areas should we focus on for performance optimizations? How can we measure the impact? Read this post to learn the framework Dealing With Code Performance— Micro and Macro Optimizations was originally…
I Forked “Asyncpg” — And It Parses Database Records to Numpy 20x Faster
Presenting the fork of asyncpg — asynchronous PostgreSQL client for Python — based on NumPy structured arrays Continue reading on Better Programming »
Improving Performance in a Hierarchical SQL Table Structure With Column Propagation
Hierarchy structures are common in databases, and if not approached correctly, they might lead to performance issues Continue reading on Better Programming »
How To Boost Your iOS Code Performance by Reducing Collection Type Initialisation
A tip for optimising speed for your Swift and Objective-C code Continue reading on Better Programming »
Get Deeper Insights Into Your App Performance with HeadSpin
HeadSpin is a performance testing platform for actionable insights into your app. Test on real devices, automate testing, and move faster. Continue reading Get Deeper Insights Into Your App Performance with HeadSpin on SitePoint.
Why I Like Using UUIDs on Database Tables
Be it for security or marketing your teams should probably be using them. Why I Like Using UUIDs on Database Tables was originally published in Better Programming on Medium, where people are continuing the conversation by…