Click here to Skip to main content
15,860,972 members
Everything / General Programming / Optimization

Optimization

optimization

Great Reads

by Sandeep Mewara
An optimization programming technique
by Ryan Scott White
A fast, possibly the fastest, square root function for Big Integers and Floats in C# and Java.
by Mahmud Hasan
How to use variable in SELECT TOP SQL command
by D Sarthi Maheshwari
Discussing about streams... about streaming... about functional streaming... and nothing else

Latest Articles

by Michael Sydney Balloni
A "new" queue data structure is described and compared with existing collection types
by Ryan Scott White
A fast, possibly the fastest, square root function for Big Integers and Floats in C# and Java.
by Jian_Zhang
Democratizing AI with Intel-Optimized Software
by Michael Sydney Balloni
See how Rust stacks up against C-ish, C++, and C#

All Articles

Sort by Score

Optimization 

1 Jul 2023 by Ryan Scott White
A fast, possibly the fastest, square root function for Big Integers and Floats in C# and Java.
8 Jun 2020 by D Sarthi Maheshwari
Discussing about streams... about streaming... about functional streaming... and nothing else
17 Dec 2021 by Michael Haephrati, rolsaad
We were asked to develop a piece of software which will select an optimal combination of sentences from e-books which will give the closest result to a set of targets for each character.
U 7 Mar 2024 by Michael Sydney Balloni
A "new" queue data structure is described and compared with existing collection types
18 Nov 2013 by Arnaldo P. Castaño
This document describes a tabu Search algorithm embedded in a multiobjective framework capable of finding solutions to the zoning problem by allowing the optimization of multiple objectives.
15 Sep 2016 by matt warren
Coz: Finding Code that Counts with Causal Profiling - An Introduction
11 Mar 2019 by D Sarthi Maheshwari
Discussing about streams... about streaming... about functional streaming... and nothing else.
8 Sep 2020 by Iqra Ali
The article explains the concept of Sanity Testing and the implementation using TestNG features.
31 Jul 2015 by Android on Intel
This blog covers some Tips and Tricks on memory optimization and working with textures and was compiled by Steve Hughes who works as an Applications Engineer for Visual Computing at Intel.
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.
22 Aug 2016 by Sanmayce
Tuned function for searching a needle in a haystack
21 Aug 2011 by Vinod Vijayan
List that combines the advantage of array and linked-list and has better performance
20 Oct 2015 by Sreekanth Mothukuru
In this article, we are going to create an ASP.NET Web Forms application using Bootstrap, Bundle Resources and Web API
28 Aug 2021 by RegularJoe5150
A reformulation of compressed pair into a type list
13 Sep 2016 by matt warren
Stack Overflow - Performance lessions (Part 2)
20 Dec 2014 by Pravin baskaran
A python implementation of an ant colony optimization algorithm with offline pheromone update to solve ry48p, an asymmetric travelling sales man problem
5 Jan 2023 by Michael Sydney Balloni
See how Rust stacks up against C-ish, C++, and C#
21 Feb 2018 by Charles Oder
To optimize, or not to optimize, that is the question...
12 Dec 2017 by Miguel Diaz Kusztrich
A very fast and simple algorithm to solve a Sudoku using boolean operations