330× faster: Four different ways to speed up your code
A guide to speeding up Python code using four practices: efficiency, compilation, parallelism, and process, achieving a 330x speedup.
A guide to speeding up Python code using four practices: efficiency, compilation, parallelism, and process, achieving a 330x speedup.
How software developers can reduce carbon emissions by optimizing code performance and reducing computation time.
A guide to using React's useDeferredValue hook to optimize UI performance and prevent janky interfaces.
A developer investigates why a Zig program runs 10x faster when using 'zig build run' versus executing the compiled binary directly.
A Java programming challenge to process one billion rows of temperature data, focusing on performance optimization and modern Java features.
Learn strategies to improve Django website performance by increasing throughput and reducing latency.
A guide to optimizing Vue.js applications for faster loading and better Core Web Vitals scores by reducing bundle size and processing time.
React performance tips: two techniques to optimize re-renders before using memo() or useMemo().
Exploring prefetching heuristics for web performance, covering strategies, trade-offs, and implementation considerations.
A guide explaining how to use React's useMemo Hook to optimize performance by memoizing expensive computations in function components.
Explains how colocating React state can improve app performance by reducing unnecessary re-renders, with code examples.
A guide to React performance optimization, explaining the difference between the render and commit phases and why focusing on slow renders is key.
Analyzes when React's useCallback and useMemo hooks actually improve performance versus when they add unnecessary overhead.
Explains a React optimization trick to prevent unnecessary re-renders by passing stable element references.
Explores methods to optimize the gradient descent algorithm in JavaScript, focusing on selecting the right learning rate for convergence.
A technical case study on optimizing the loading performance of ruxit.com over three weeks without reducing page weight.
Explores the challenge of measuring long-term success, using the Perry Preschool Study and Head Start program as examples of initial vs. lasting outcomes.