Click here to Skip to main content
15,861,340 members
Everything / General Programming / Performance

Performance

performance

Great Reads

by Michael Sydney Balloni
Different languages and approaches are evaluated for a file and string processing benchmark
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 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.

Latest Articles

by Dev Leader
Learn how to use BenchmarkDotNet to effectively create and run benchmarks on your C# code. Dig into where you have opportunities to optimize your C# code!
by Higty
Fastest mapper in the world, easy to Use, ZERO configuration, FULL customization
by Gerardo Recinto
In-memory B-Tree sorted dictionary
by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.

All Articles

Sort by Score

Performance 

27 Sep 2022 by Michael Sydney Balloni
Different languages and approaches are evaluated for a file and string processing benchmark
15 Feb 2017 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.
2 May 2017 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.
11 Feb 2013 by DahlSailRunner
Really effective logging using Enterprise Library and just a little custom code.
1 Jul 2023 by Ryan Scott White
A fast, possibly the fastest, square root function for Big Integers and Floats in C# and Java.
23 Mar 2019 by Minh Tuan Do
A considerable method to speed up query running time
6 Feb 2023 by Vadim Stadnik
Simple and useful alternative to traditional memory pool
3 Jan 2013 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.
27 Jan 2015 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.
3 Jan 2013 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.
21 Jan 2013 by Amit Bezalel
Improving XmlSerialization performance.
16 Jan 2016 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.
13 Sep 2017 by SlavaUtesinov
How to solve problem, when ng-repeat directive iterates very big array and it causes significant performance degradation
3 Jan 2013 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.
29 Sep 2021 by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses
15 Sep 2016 by matt warren
Coz: Finding Code that Counts with Causal Profiling - An Introduction
29 Nov 2022 by Michael Sydney Balloni
This article explores UDP programming, LRU cache development, and .NET packet processing.
17 Sep 2013 by Anand_Joshi
Performance counters: MultiInstance/MultiCategory.
11 Oct 2013 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 
11 Oct 2013 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
13 May 2015 by Android on Intel
This article aims to change your thinking on how SIMD programming can be applied in your code.
10 Nov 2011 by Phani Krishna Kollapur Gandla
How to solve performance issues in data migration to SQL Server.
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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
17 Jan 2014 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.
17 Nov 2015 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.
22 May 2023 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.
11 Jul 2023 by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.
14 Aug 2015 by DrABELL
This is an alternative for "Fastest method to trim all whitespace from Strings in .NET"
1 Feb 2024 by Higty
Fastest mapper in the world, easy to Use, ZERO configuration, FULL customization
20 Jun 2013 by DigitalInBlue
This article discusses the implementation and use of a fast alternative to dynamic_cast, Priori.
16 Dec 2013 by Rafid K. Al-Humaimidi
Easily support caching in your C# application to improve its performance.
26 Jan 2024 by Gerardo Recinto
In-memory B-Tree sorted dictionary
16 May 2014 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.
23 Aug 2011 by Kanasz Robert
In this second part of series of articles about database performance optimization I will discuss about index maintenance.
14 Apr 2013 by ken.loveday
MicroTimer: A microsecond and millisecond timer in C# that is used in a similar way to the .NET System.Timers.Timer.
10 Nov 2010 by gtdelarosa
Various methods for using quaternions in ways that maximize performance
2 Sep 2010 by dmihailescu
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC
9 Nov 2010 by Simeon Sheye
Quality Gate One Studio is a testing framework that suggests a new approach to unit and integration testing.
31 Jul 2011 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.
16 Dec 2013 by Seckin Tozlu
How to create a comprehensive test suite for your API
3 Sep 2012 by Christopher Diggins
An informal survey of implementation techniques of the map higher-order function for arrays in C#.
20 Aug 2011 by Kanasz Robert
In this first part of series of articles about database performance optimization I will discuss about indexing strategies and index maintenance.
26 Apr 2016 by Arthur Minduca
How to choose the right data structure for a collection of elements
20 Nov 2014 by Ben M Watson
Get into the details of .NET array access optimization and how you can pattern your code for efficiency.
27 Jul 2017 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.
17 Jan 2011 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?
11 Jun 2011 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.
30 Jul 2015 by Felipe R. Machado
There are countless ways to trim all whitespace from a string, but which one is faster?
9 Aug 2012 by Shahriar Iqbal Chowdhury/Galib
Configure visual studio load testing tool and utilize to scale application by analyzing testing results
15 Aug 2014 by Omar Al Zabir
Let browser download Javascripts, CSS while server is still performing expensive operation and generating the page output
27 Jan 2013 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.
27 Nov 2021 by Bohdan Stupak
Overview of Span C# feature and an example of how it can improve the existing codebase
11 Aug 2010 by Justin Mathew @ Investment Bank
Implementing high speed wcf service with Cient side Service Caching and Instance Management
8 Sep 2021 by Michael Sydney Balloni
Performance of data structures in C++ vs. C#
28 Mar 2016 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.
11 Jun 2011 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
8 Jun 2014 by Bartlomiej Filipek
Flexible Particle System - Updaters
4 Dec 2014 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.
21 Feb 2016 by Shvetsov Evgeniy
String class with the auto. managed memory pool and performance tweaks + support modules
13 Sep 2016 by matt warren
Stack Overflow - Performance lessions (Part 2)
2 Dec 2010 by Ravi Karia
This article explains performance testing of ASP.NET website using VSTS 2008
21 Jun 2016 by Alexandros Pappas
Measuring COM+ performance
10 Mar 2014 by EiadXP
This is a very fast way to access string (or other) data with minimum memory consumption.
11 Jan 2016 by Bartlomiej Filipek
Description of a simple performance timer that can be used to profile cpp code in your app
2 Dec 2015 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.
27 Nov 2012 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
14 Apr 2013 by Nestor Marsollier
A point of view about business validations on enterprise applications
24 Feb 2019 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.