#performance-optimization

[ follow ]
#software-development
fromHackernoon
2 years ago
Web frameworks

Why Your Browser Knows What You Want Before You Do: A Deep Dive Into Caching | HackerNoon

fromHackernoon
2 years ago
Web frameworks

Why Your Browser Knows What You Want Before You Do: A Deep Dive Into Caching | HackerNoon

#javascript
JavaScript
fromHackernoon
1 year ago

You Can't Compare Massive Data Streams In Javascript. Or Can You? | HackerNoon

Javascript can handle large-scale data processing efficiently with the right techniques.
JavaScript
fromHackernoon
1 year ago

You Can't Compare Massive Data Streams In Javascript. Or Can You? | HackerNoon

Javascript can handle large-scale data processing efficiently with the right techniques.
#tech-tips
fromZDNET
6 days ago
Television

I changed 6 settings on my Roku TV to significantly improve the performance

fromZDNET
2 months ago
Digital life

How to clear the cache on your Windows 11 PC (and why it's important to do so)

fromZDNET
6 days ago
Television

I changed 6 settings on my Roku TV to significantly improve the performance

fromZDNET
2 months ago
Digital life

How to clear the cache on your Windows 11 PC (and why it's important to do so)

#user-experience
fromPythonSpeed
1 week ago

Loading Pydantic models from JSON without running out of memory

"Using Pydantic for large JSON files can lead to excessive memory usage, exceeding 20 times the file size. This poses significant challenges for handling large datasets efficiently."
Node JS
fromHackernoon
2 weeks ago

This Tiny Rust Tweak Makes Searching a Slice 9x Faster | HackerNoon

Rust does not provide a built-in method to find the position of an element in a slice, but this can be implemented easily and efficiently.
Scala
fromHackernoon
1 month ago

The Composable Architecture: Strengths, Trade-Offs, and Performance Tips | HackerNoon

The performance results demonstrate that complexity almost doubles with each additional level of nested state; by level 10, you're spending roughly 50x more resources processing actions.
React
#game-development
Video games
fromCreative Bloq
2 months ago

Stunning Unreal Engine 5.5.3 tech demo channels Blade Runner and Cyberpunk vibes

Unreal Engine 5's lighting features can affect performance; dynamic lighting can be a viable alternative.
Pasquale Scionti's demo highlights the power of manual techniques and dynamic lighting in UE5.
Video games
fromCreative Bloq
2 months ago

Stunning Unreal Engine 5.5.3 tech demo channels Blade Runner and Cyberpunk vibes

Unreal Engine 5's lighting features can affect performance; dynamic lighting can be a viable alternative.
Pasquale Scionti's demo highlights the power of manual techniques and dynamic lighting in UE5.
#cycling
fromCyclingnews
1 week ago
Bicycling

'Whirlwind since we arrived in Italy' - Rest day reflection of Giro d'Italia week one with roads like ice and love-hate with strade bianche

fromCyclingnews
1 week ago
Bicycling

'Whirlwind since we arrived in Italy' - Rest day reflection of Giro d'Italia week one with roads like ice and love-hate with strade bianche

#data-partitioning
Java
fromHackernoon
3 months ago

This Code Change Sped Up MySQL Queries from 25 Minutes to 23 Seconds | HackerNoon

Dynamic partitioning in JDBC batch processing requires adjustments to include where_condition for improved performance.
fromMedium
1 week ago
Data science

Apache Spark: Fix data skew issue using salting technique (practical example)

Java
fromHackernoon
3 months ago

This Code Change Sped Up MySQL Queries from 25 Minutes to 23 Seconds | HackerNoon

Dynamic partitioning in JDBC batch processing requires adjustments to include where_condition for improved performance.
fromMedium
1 week ago
Data science

Apache Spark: Fix data skew issue using salting technique (practical example)

fromInfoWorld
1 week ago

.NET 10 Preview 4 enhances Zip processing, JIT compilation, Blazor WebAssembly

The JIT compiler in .NET 10 Preview 4 enhances escape analysis to efficiently manage object allocations, determining object lifetime to optimize memory usage.
Web frameworks
fromHackernoon
1 month ago

Partitioning Large Messages and Normalizing Workloads Can Boost Your AWS CloudWatch Ingestion | HackerNoon

In large-scale data ingestion systems, small architecture choices can have dramatic performance implications.
DevOps
#web-development
Angular
fromHackernoon
3 years ago

Chronology and Evolution of Angular through the Years - From v2 to v19 | HackerNoon

The evolution of Angular versions is significant for optimizing application performance and improving developer productivity.
The project captures key changes and learning experiences through various Angular versions.
Angular
fromHackernoon
3 years ago

Chronology and Evolution of Angular through the Years - From v2 to v19 | HackerNoon

The evolution of Angular versions is significant for optimizing application performance and improving developer productivity.
The project captures key changes and learning experiences through various Angular versions.
fromInfoWorld
1 week ago

Uno Platform introduces unified rendering engine

Uno Platform 6.0 introduces a unified rendering engine, Skia, offering significant performance benefits like a 75% smaller footprint and 60% faster startup.
Mobile UX
#cache-management
fromZDNET
2 weeks ago
Digital life

How to clear cache and temp files in Linux to speed up your system fast

fromZDNET
2 weeks ago
Digital life

How to clear cache and temp files in Linux to speed up your system fast

fromMarTech
2 weeks ago

What your attribution model isn't telling you | MarTech

Reliable data is essential for a successful martech strategy, yet evolving regulations and consumer expectations mean marketers must diversify their measurement approaches.
Marketing tech
Marketing tech
fromSocial Media Today
2 weeks ago

Meta Expands Access to 'Opportunity Score' to Help Improve Campaign Performance

Meta's opportunity score helps advertisers improve performance through actionable recommendations, which can lead to a decrease in campaign costs.
fromDefector
2 weeks ago

Restart Your Computer!

I am right and they are wrong. There is no reason to not shut down your computer, at the very least, at the end of the day, and boot it up fresh the next morning.
Running
#python
Data science
fromTalkpython
1 month ago

The PyArrow Revolution

PyArrow optimizes performance for data analysis in Python, positioning itself as a critical backend for Pandas.
The integration of PyArrow into Pandas marks a significant shift in data science practices.
Python
fromNedbatchelder
2 months ago

Faster branch coverage measurement

coverage.py now uses sys.monitoring for improved branch coverage measurement and performance.
Users can enable faster branch coverage by setting an environment variable and running coverage normally.
Data science
fromTalkpython
1 month ago

The PyArrow Revolution

PyArrow optimizes performance for data analysis in Python, positioning itself as a critical backend for Pandas.
The integration of PyArrow into Pandas marks a significant shift in data science practices.
Python
fromNedbatchelder
2 months ago

Faster branch coverage measurement

coverage.py now uses sys.monitoring for improved branch coverage measurement and performance.
Users can enable faster branch coverage by setting an environment variable and running coverage normally.
Ruby on Rails
fromRubyflow
3 weeks ago

Scaling Rails - Part 3 is about finding the right number of threads in your process

Finding the right number of threads in your Rails application is essential for optimal performance.
Bootstrapping
fromTheregister
3 weeks ago

Microsoft will preload Word so you can start writing faster

Microsoft is introducing a Startup Boost feature for Word to improve load times by preloading applications during system boot.
#rdd-api
fromInfoWorld
1 month ago

Enter the parallel universe of Java's Vector API

The Vector API enables Java developers to utilize CPU-level performance enhancements, essential for optimizing numerically intensive operations and improving application efficiency.
Java
#react-native
#linux
fromInfoQ
1 month ago
Running

Opening the Box: Diagnosing Operating-System Task-Scheduler Behavior on Highly Multicore Machines

fromInfoQ
1 month ago
Running

Opening the Box: Diagnosing Operating-System Task-Scheduler Behavior on Highly Multicore Machines

#google-ads
fromAmazon Web Services
1 month ago

Announcing the European region for Amazon Q Developer | Amazon Web Services

The launch of Amazon Q Developer Pro Tier in the Frankfurt region marks a significant milestone for European customers, addressing critical needs such as data residency and performance.
European startups
fromHackernoon
5 months ago

Octopus v2: An On-Device Language Model for Super Agent | HackerNoon

Language models have shown effectiveness in a variety of software applications, particularly in tasks related to automatic workflow. These models possess the crucial ability to call functions, which is essential in creating AI agents.
Roam Research
fromnodesource.com
1 month ago

How Node.js Handles Async Operations

Node.js operates on a single-threaded event loop, executing JavaScript code in a single thread while handling multiple tasks concurrently through asynchronous I/O and event-driven programming.
Node JS
#nsolid
#graalvm
#nvidia
Gadgets
fromThe Verge
2 months ago

Nvidia's AI assistant is here to optimize your gaming PC

Nvidia's G-Assist has evolved from a joke to a powerful AI assistant for gamers, optimizing performance and controlling smart devices.
Gadgets
fromThe Verge
2 months ago

Nvidia's AI assistant is here to optimize your gaming PC

Nvidia's G-Assist has evolved from a joke to a powerful AI assistant for gamers, optimizing performance and controlling smart devices.
fromTheregister
2 months ago

GNOME 48 brings performance boosts, new fonts

With the release of GNOME 48, users can expect enhanced performance, especially on low-end devices while introducing a new media player and improved notifications handling.
Mobile UX
Growth hacking
fromInfoQ
2 months ago

Powering User Experiences with Streaming Dataflow

Partially stateful streaming dataflow enables efficient SQL caching without the overhead of manual cache management.
Java
fromInfoWorld
2 months ago

JDK 25 kicks off with a stable values API

The Stable Values API in JDK 25 aims to optimize Java application startup performance.
#react
React
fromLogRocket Blog
3 months ago

React.memo explained: When to use it (and when not to) - LogRocket Blog

React.memo improves performance by preventing unnecessary re-renders of functional components unless their props change.
React
fromLogRocket Blog
3 months ago

React.memo explained: When to use it (and when not to) - LogRocket Blog

React.memo improves performance by preventing unnecessary re-renders of functional components unless their props change.
#graphql
DevOps
fromDevOps.com
2 months ago

Apollo GraphQL Delivers on Promise to Integrate REST APIs - DevOps.com

Apollo GraphQL introduces connectors for REST APIs to optimize query management and improve data integration efficiency.
React
fromInfoWorld
3 months ago

Apollo GraphQL ships connectors for REST APIs

GraphOS enhancements streamline API integration, optimize performance, and improve developer experience with built-in tools.
Web frameworks
fromMedium
3 months ago

Build-Time Micro Frontends: Why Inversion of Control Matters

Build-time micro frontends simplify deployment and improve performance by integrating during the build process.
Inversion of Control enhances micro frontends' compatibility and reduces integration issues.
fromRaymondcamden
3 months ago

Using Parallel Looping in BoxLang

"When you loop over arrays, structures, and queries in BoxLang, you can enable parallel execution by just adding an additional argument to the loop."
JavaScript
fromHackernoon
1 year ago

Mastering Response Compression Middleware in ASP.NET Core | HackerNoon

Response compression in ASP.NET Core optimizes network bandwidth usage by reducing the size of responses sent to clients, enhancing application performance and speed.
Web frameworks
[ Load more ]