Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / programming / performance

Performance

performance

Great Reads

by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Ben Hall (failingfast.io)
Micro-Benchmarking Your C# - Pitfalls and A Tool To Help You Mitigate Them
by jmix90
A fast and easy tip about shadows and performance
by MukeshKumarTech
In this post, we will learn a few points which can be implemented while developing the website in ASP.NET Core to improve performance.

Latest Articles

by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Ben Hall (failingfast.io)
Micro-Benchmarking Your C# - Pitfalls and A Tool To Help You Mitigate Them
by jmix90
A fast and easy tip about shadows and performance
by MukeshKumarTech
In this post, we will learn a few points which can be implemented while developing the website in ASP.NET Core to improve performance.

All Articles

Sort by Score

performance 

by MukeshKumarTech
In this post, we will learn a few points which can be implemented while developing the website in ASP.NET Core to improve performance.
by Dmitriy Gakh
Intensive Big Data processing and Mobile Applications require fast calculations and compact data storage. Design of new quick and save .NET types with small overhead is not a simple task. This article describes creating of such type without overhead and with advantages only.
by Intel
Getting Ready for the Cambrian Explosion in Accelerator Architectures
by Intel
An Open-Source Extension to Boost PyTorch Performance
by Intel, Henry Gabb
It’s important to measure performance in a comprehensive, objective, and reproducible way.
by Amit Bezalel
Improving XmlSerialization performance.
by Vadim Stadnik
Simple and useful alternative to traditional memory pool
by ASP.NET Community
Here's even more performance tips for making ASP.NET fly.Checklist: ASP.NET Performance  The 2004 Patterns and Practices Book "Improving .NET
by Sergey Volk
Open source framework for monitoring Asp.Net Web Api 2 and MVC5 applications performance without using windows performance counters, automates performance counters data collection, store and visualization.
by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses
by ASP.NET Community
Response time is one of major factor in deciding the performance of web application. Many time we come across pages where content of page can be
by Omar Al Zabir
An HttpFilter that processes the output generated by dynamic pages and appends the last modified date of static files like js, css in order to make browsers download latest version as soon as files are changed
by Robert Mueller-Albrecht
In this article we explore how using oneAPI the software-development paradigm changes and targeting and maintaining multiple execution environments for a given workload becomes more easily achievable
by Gerardo Recinto
In-memory B-Tree sorted dictionary
by Srinivasu Pemma
This is the best way to handle or manage bulk data insert to sql server taken from my technical blog http://www.srinetinfo.com/2012/11/bulk-data-management.html
by Nestor Marsollier
A point of view about business validations on enterprise applications
by Arthur Minduca
How to choose the right data structure for a collection of elements
by Intel
Using the Latest Intel® Software Development Tools to Make More Efficient Use of Hardware
by matt warren
Coz: Finding Code that Counts with Causal Profiling - An Introduction
by Kanasz Robert
In this first part of series of articles about database performance optimization I will discuss about indexing strategies and index maintenance.
by Kanasz Robert
In this second part of series of articles about database performance optimization I will discuss about index maintenance.
by Ben M Watson
Get into the details of .NET array access optimization and how you can pattern your code for efficiency.
by Intel
Optimizing Performance for an Autonomous Driving Application
by Michael Sydney Balloni
Different languages and approaches are evaluated for a file and string processing benchmark
by Stephanie_Maluso
In this article we look at how to use the Neural Network Compression Framework of the OpenVINOTM toolkit for 8-bit quantization in PyTorch
by Rafid K. Al-Humaimidi
Easily support caching in your C# application to improve its performance.
by Android on Intel
This article aims to change your thinking on how SIMD programming can be applied in your code.
by Intel
Optimizing SPECFEM3D_GLOBE Performance on Intel® Architecture
by DrABELL
This is an alternative for "Fastest method to trim all whitespace from Strings in .NET"
by Elmira Volkova, Alexander Bobyr, Igor Ermolaev
In this article, we divide the computation between the host CPU and a discrete Intel® GPU such that both processors are kept busy.
by Christopher Diggins
An informal survey of implementation techniques of the map higher-order function for arrays in C#.
by Simeon Sheye
How fast can a loop reading from memory be made to run and how does loop constructs, data types, interfaces, unrolling and hoisting affect performance?
by Omar Al Zabir
Let browser download Javascripts, CSS while server is still performing expensive operation and generating the page output
by Felipe R. Machado
There are countless ways to trim all whitespace from a string, but which one is faster?
by Bartlomiej Filipek
Flexible Particle System - Updaters
by DahlSailRunner
Really effective logging using Enterprise Library and just a little custom code.
by Raphael Mun
In this article we briefly look at two examples of how to use Vulkan to maximize the graphics performance in your game.
by Shvetsov Evgeniy
String class with the auto. managed memory pool and performance tweaks + support modules
by Higty
Fastest mapper in the world, easy to Use, ZERO configuration, FULL customization
by Intel
Gain Insights into How Well Your Application is Vectorized Using Intel® Advisor
by Adrian Boguszewski
A very simple guide for every PyTorch Developer wanting to improve the inference performance
by Dhruv__Patel
In this article we look at how developers can use Intel® Advisor and Intel® VTune™ Profiler to efficiently offload to GPU and optimize their cross-architecture applications.
by Rajesh Kumar
This article is all about how to identify the worst performing queries in the running application or some specific module of the aplication.
by Jeffrey Lee Smith
A Real User Monitoring (RUM) tool can help give visibility into problems like pages loading too slowly.
by Young Ye
This article is Part 2 of the data display performance optimizing series. The Selectable Virtual List is a list where you can select individual items in the list, and move it out or in to the list. You can also use the select all checkbox to select all items in the list.
by Young Ye
This article solve the performance issue while loading and displaying large amounts of data by using a virtual list with paged data technique.
by Ragesh_Hajela
New features in the Intel® OpenVINO™ toolkit enable you to easily optimize for throughput or latency, and help you to “write once, deploy anywhere.
by Johnny_Liu
JointCode.Shuttle is a fast, flexible and easy-to-use service-oriented framework for cross-AppDomain communication. It's a replacement for MarshalByrefObject which is provided by the runtime libraries.
by Minh Tuan Do
A considerable method to speed up query running time
by Najeeb Shaikh
Unlike SQL databases, Redis does not support querying by columns natively, which means that you have to maintain your own indexes. As it turns out, Redis provides a rich set of data types to the programmer to ease this task.
by Intel
This article serves to provide users a guide for best practices and advice when using Intel® Distribution of Modin.
by Gurbinder Gill
This article will cover what's in the library, how to get access to the library, usage examples, and benchmark data to highlight performance.
by Shahriar Iqbal Chowdhury/Galib
Configure visual studio load testing tool and utilize to scale application by analyzing testing results
by Alexandros Pappas
Measuring COM+ performance
by ken.loveday
MicroTimer: A microsecond and millisecond timer in C# that is used in a similar way to the .NET System.Timers.Timer.
by Jeffrey T. Fritz
In this video, he shows how you can use the Flow Graph Analyzer to model C++ code and measure its performance.
by Jeffrey T. Fritz
With just a 10 minute investment up front to configure Raygun Pulse for my Wordpress blog, I was able to monitor my site for a few days free of charge to see how it performs.
by ASP.NET Community
Local and Global ResourcesIn the past, Global Resources were compiled to satellite assemblies, where as local resources were XML files, this
by Ryan Scott White
A fast, possibly the fastest, square root function for Big Integers and Floats in C# and Java.
by SlavaUtesinov
How to solve problem, when ng-repeat directive iterates very big array and it causes significant performance degradation
by Ralph Varjabedian
Get a meaningful insight into your node.js code performance without code changes. Quickly learn which functions are using the most CPU time.
by Paul Lindberg
This case study details how the game takes best advantage of low-power systems, while still scaling up to look and run fantastic on more robust systems.
by Intel
In this article we explore why oneAPI is an alternative to proprietary programming models for accelerated computing.
by Abhay_Rawat, Dr. Amarpal S Kapoor
This article focuses on tuning and scaling a deep-learning-based algorithm on a cluster of compute nodes.
by ASP.NET Community
links:Optimize Web Server Performance in Windows Server 2003Optimizing IIS 6.0 Performance Top Ten Ways To Pump Up IIS PerformanceIIS Performance
by Tamar Christina
The article discusses various techniques for improving program performance by optimizing code for compilers, focusing on the ARM platform.
by Michael Sydney Balloni
This article explores UDP programming, LRU cache development, and .NET packet processing.
by Intel
Maximizing HPC Platforms for Fast Numerical Simulations
by Arthur V. Ratz
This article is a practical guide on using Intel® Threading Building Blocks (TBB) and OpenMP libraries for C++ based on the example of delivering parallel scalable code that implements Burrows-Wheeler Transformation (BWT) algorithm.
by ASP.NET Community
The blogosphere is a wealth of real-world tips and tricks for improving your ASP.NET application's performance.Checklist: ASP.NET Performance
by Anand_Joshi
Performance counters: MultiInstance/MultiCategory.
by Ravi Karia
This article explains performance testing of ASP.NET website using VSTS 2008
by Vaclav Naydenov
Comparing the performance of two similar CRUD server apps, one written in Python and SQLAlchemy, the other in C++ and YB.ORM.
by Valentin Kubarev
In this article we discuss how to use SYCL and oneIPL to offload Gaussian image filtering to an accelerator.
by DigitalInBlue
This article discusses the implementation and use of a fast alternative to dynamic_cast, Priori.
by Simeon Sheye
Quality Gate One Studio is a testing framework that suggests a new approach to unit and integration testing.
by Omar Al Zabir
There are some simple configuration changes that you can make on machine.config and IIS to give your web applications significant performance boost. These are simple harmless changes but make a lot of difference in terms of scalability.
by Intel
Understanding How Your Program is Accessing Memory Helps You Get More from Your Hardware
by Young Ye
This article is the part 3 of the data display Performance Optimization series. It talks about performing multiple searches against the virtual list.
by Jeremy C. Ong
In this article, we’ll introduce you to the usage and expected benefits of using Mali Offline Compiler as a key step in your game development workflow.
by Bartlomiej Filipek
Description of a simple performance timer that can be used to profile cpp code in your app
by Michael Sydney Balloni
Performance of data structures in C++ vs. C#
by Wei_Li
This article lays out the performance data of software AI accelerators on Intel Xeon.
by Phani Krishna Kollapur Gandla
How to solve performance issues in data migration to SQL Server.
by Intel
Intel has invested in optimizing performance of Python itself, with the Intel® Distribution for Python, and has optimized key data science libraries used with scikit-learn, such as XGBoost, NumPy, and SciPy. This article gives more information on installing and using these extensions.
by matt warren
Stack Overflow - Performance lessions (Part 2)
by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.
by Seckin Tozlu
How to create a comprehensive test suite for your API
by Henry He
In this article, I introduce a process and related skill for troubleshooting ASP.NET based enterprise application performance problem. This process is summarized from my personal experience in this area.
by Omar Al Zabir
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix.
by Dawid Borycki
This article demonstrates how to use Arm64EC in a C++ application. The application you will implement performs the multiplication of two pseudo-randomly generated square matrices.
by gtdelarosa
Various methods for using quaternions in ways that maximize performance
by Bohdan Stupak
Overview of Span C# feature and an example of how it can improve the existing codebase
by EiadXP
This is a very fast way to access string (or other) data with minimum memory consumption.
by Justin Mathew @ Investment Bank
Implementing high speed wcf service with Cient side Service Caching and Instance Management
by Ahmed Hashesh
This article examines how Intel provides standardized specifications that streamline this environment.
by Randy Maxwell
Sorting during data acquisition
by Jan Dolinay
This article explains why the Arduino digital I/O functions are slow and compares them with faster implementation used in Wiring framework.
by Pavel Busko
Arm Mobile Studio Pro allows us to record hardware counters for the Mali family GPUs while performing an autotest on a CI server, helping us solve tasks.