15 stories tagged with #performance-optimization, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Performance Optimization"
Redis 8.8 Released With New Array Data Structure, More Performance Optimizations
Redis 8.8 reached GA today for the Redis open-source project providing a high performance, in-memory data store.…
Built a performance optimization platform for executives after wasting $30K on wellness programs. Would love brutal honest feedback.
Demystifying the Browser Render Cycle: useLayoutEffect, requestAnimationFrame, and Layout Thrashing
As React developers, we often live in a comfortable world of state, props, and virtual DOMs. React...…
Building a Zero-Framework, Local-First PWA to Combat Web Bloat
Hey dev.to community! 👋 I want to share an indie engineering project I’ve been building over the...…
Base64 encoding and decoding at almost the speed of a memory copy
Many common document formats on the Internet are text-only such as email (MIME) and the Web (HTML, JavaScript, JSON and XML). To include images or executable code in these document…
Is your Mac slowing down? Try these 3 monthly resets before you give up
Keep your aging Mac running smoothly with these three monthly maintenance tasks.…
Understanding Singleflight in Go
Discover the power of Go's singleflight package with our comprehensive blog post. Learn how to enhance your Go applications by eliminating redundant work, optimizing performance, a…
Loop Fission and Fusion
These 4 PC maintenance tasks cost $0, but improve your performance drastically
Try out these tweaks before you swap your old components for new…
Performance in BQN versus C
Magento 2 MSI Performance Optimization: Taming Multi-Source Inventory
MSI introduced powerful inventory management to Magento 2.3+, but it comes with a significant performance tax. Learn how to tune, selectively disable, and work around MSI bottlenec…
Refactor: Unified codebase for better performance by vishxrad- Pull Request #517
While researching ways to improve my coding skills, I read on a forum that "Assembly is the fastest language." Since we value performance, I took the liberty of migrating…
5× faster fast_blur in image-rs
Improving performance by moving the inner loop to integer accumulators, and replacing per-pixel division with a precomputed reciprocal that runs as a multiply and a shift.…
Making Deep Learning Go Brrrr from First Principles
Asynchronicity in Continuous Batching
We’re on a journey to advance and democratize artificial intelligence through open source and open science.…