WeSearch
Hub / Tags / Performance Optimization
TAG · #PERFORMANCE-OPTIMIZATION

Performance Optimization coverage.

Every story in the WeSearch catalog tagged with #performance-optimization, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

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"

RELATED TAGS
#software-development3#tech-tips2#web-development2#javascript2#llm-inference1#gpu-optimization1#asynchronous-processing1#cuda1#deep-learning1#gpu-computing1#ml1#system-efficiency1
PHORONIX

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.…

22 views ·
#redis#programming#performance
R/ENTREPRENEUR

Built a performance optimization platform for executives after wasting $30K on wellness programs. Would love brutal honest feedback.

13 views ·
DEV.TO (TOP)

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...…

21 views ·
#web development#react#javascript
DEV.TO (TOP)

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...…

20 views ·
#web development#progressive web apps#javascript
ARXIV.ORG

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…

15 views ·
#computer science#data encoding#simd
TOM'S GUIDE

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.…

20 views ·
#macos#tech tips
CODING EXPLORATIONS

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…

16 views ·
#go programming#concurrency
WIKIPEDIA

Loop Fission and Fusion

12 views ·
#compiler optimization#loop fission#loop fusion
XDA DEVELOPERS

These 4 PC maintenance tasks cost $0, but improve your performance drastically

Try out these tweaks before you swap your old components for new…

12 views ·
#pc maintenance#firmware update
GITHUB

Performance in BQN versus C

15 views ·
#programming languages#array programming
DEV.TO (TOP)

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…

16 views ·
#magento#ecommerce#performance
GITHUB

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…

16 views ·
#software development#code refactoring
ARTHUR PASTEL

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.…

12 views ·
#rust#image processing
HORACE

Making Deep Learning Go Brrrr from First Principles

17 views ·
#deep learning#gpu computing
HUGGINGFACE

Asynchronicity in Continuous Batching

We’re on a journey to advance and democratize artificial intelligence through open source and open science.…

16 views ·
#llm inference#gpu optimization#asynchronous processing