No announcements
Found 222052 threads
-
0 Votes
Loop unroll optimization
Loop unroller is good example.Answered | 4 Replies | 37913 Views | Created by Maksim2 - Friday, May 27, 2005 4:43 PM | Last reply by Eugene Nalimov - Tuesday, May 31, 2005 6:35 PM -
0 Votes
Optimization of a WHILE loop
SQL is a language that is optimized to work on sets of data not work with one record at a time.Answered | 2 Replies | 5139 Views | Created by Chino2kuk - Wednesday, June 15, 2011 6:16 PM | Last reply by Arbi Baghdanian - Wednesday, June 15, 2011 6:46 PM -
0 Votes
How to get the columns to "unroll"?
80 ABC ...Answered | 3 Replies | 3828 Views | Created by ACH99D - Friday, July 2, 2010 6:59 PM | Last reply by Rajkumar Yelugu - Tuesday, July 6, 2010 10:03 AM -
0 Votes
Does foreach loop undergo loop unrolling on multiprocessor?
You have confused loop unrolling with parallelization of a loop.Answered | 1 Replies | 5165 Views | Created by Kuldeep_s - Wednesday, January 18, 2006 4:33 AM | Last reply by CoolDadTx - Wednesday, January 18, 2006 12:36 PM -
0 Votes
Converting nested foreach loop into parallel.foreach and loop optimization question
Below you will find my sample method that takes information from two text boxes and uses them in a nested loop.Answered | 4 Replies | 6725 Views | Created by jalgl - Thursday, December 1, 2011 2:20 AM | Last reply by Jared Van Leeuwen - Friday, December 2, 2011 8:35 PM -
2 Votes
How to force loop unrolling?
Loop unrolling with templates cannot help me much, because I need to unroll several loops in a big function.Answered | 3 Replies | 14099 Views | Created by iliyan.georgiev - Tuesday, May 1, 2007 12:49 AM | Last reply by iliyan.georgiev - Monday, May 21, 2007 11:23 AM -
16 Votes
Optimizing
Here's another resource on Optimizing LoopsAnswered | 30 Replies | 1803 Views | Created by Ezra94 - Tuesday, March 10, 2015 5:00 AM | Last reply by Nonki Takahashi - Tuesday, June 30, 2015 5:03 AM -
0 Votes
Unroll recursive loop
Your code will produce an OutOfMemoryException at the first instanciation (because of the endless recursion of the Loop-instanciations).Answered | 2 Replies | 4493 Views | Created by phillip123 - Monday, June 25, 2007 2:39 PM | Last reply by Thomas Danecker - Monday, June 25, 2007 5:07 PM -
1 Votes
memory optimization
The first exception is if you intend to continually recreate an object (such as while inside a loop).Answered | 2 Replies | 3422 Views | Created by codetale - Thursday, April 9, 2009 1:06 PM | Last reply by Reed Copsey, Jr - Thursday, April 9, 2009 3:45 PM -
5 Votes
Optimization: while loop with nested for loop, reading items from a 2D text file to a 2D array
also you are doing 3 convert back and forward in each loop, which goes like this: - 1- string to double.Answered | 3 Replies | 1379 Views | Created by AndrewDen - Monday, May 27, 2013 2:43 AM | Last reply by Omar Qaddoumi - Tuesday, May 28, 2013 6:46 AM -
1 Votes
SQL Optimization
change cursor with loop. change # table with declare tableShamas Saeed (if Post helpful please mark as Answer) http://shamas-saeed.blogspot.comAnswered | 2 Replies | 2790 Views | Created by SQL Person - Thursday, March 22, 2012 6:04 AM | Last reply by Shamas Saeed - Thursday, March 22, 2012 7:35 AM -
6 Votes
While loop VS For loop
The major difference, however, comes from optimizations that can happen in the JIT compiler, depending on what you're doing.Answered | 12 Replies | 13506 Views | Created by GR4YF0X - Friday, March 12, 2010 5:50 PM | Last reply by CS001 - Thursday, April 1, 2010 7:57 PM -
0 Votes
How to optimize waypoints ?
The route optimization in Bing Maps doesn't change the order of the waypoints, it specifies how best to calculate the route, without reordering the waypoints.Answered | 3 Replies | 1675 Views | Created by fdamasceno - Tuesday, December 29, 2015 7:15 PM | Last reply by Ricky_Brundritt - Thursday, March 15, 2018 9:33 PM -
0 Votes
Compiler optimization question... in .NET4.5?
Code optimization is a tricky thing.Answered | 2 Replies | 2059 Views | Created by Lloyd - Friday, March 16, 2012 4:13 PM | Last reply by Michael Sun [MSFT] - Tuesday, March 20, 2012 2:49 AM -
0 Votes
Optimization
The Optimizer is not smart enough, to deal with this scenario, I need to override the Optimizer, but it is the Optimizer which overrules all my hints.Answered | 8 Replies | 1606 Views | Created by JuanG - Friday, November 22, 2013 2:12 AM | Last reply by Alankar Chakravorty - Sunday, November 24, 2013 10:18 AM -
0 Votes
C++ compiler - loop optimizations
It doesn't, it focuses on loop unrolling as the primary strategy by the looks of it.Answered | 1 Replies | 4373 Views | Created by GJ27 - Wednesday, September 16, 2009 3:01 PM | Last reply by nobugz - Wednesday, September 16, 2009 4:20 PM -
0 Votes
Loop and Webclient
Declaring the same variables several times in a loop can waste a lot of memory.Answered | 3 Replies | 6963 Views | Created by yaeko.m - Thursday, May 7, 2009 9:51 AM | Last reply by Oleksii Prokopchuk [NCL] - Thursday, May 14, 2009 6:02 PM -
3 Votes
LEFT JOIN optimization?
[PK__table2__1350DBB014EBA985] AS ...Answered | 4 Replies | 8110 Views | Created by Mini Button - Tuesday, September 25, 2012 9:06 PM | Last reply by RichardTheKiwi - Wednesday, September 26, 2012 1:35 AM -
0 Votes
Optimizing loops with switch() statements?
My question is this: can I use a switch statement to optimize the loop?Answered | 2 Replies | 3955 Views | Created by bullydog - Thursday, June 29, 2006 8:02 AM | Last reply by Mattias Sjögren - Thursday, June 29, 2006 8:30 AM -
1 Votes
query optimizer works weirdly
The optimizer chooses between alternative plans (and whether or not to use parallelism) based on estimated costs derived primarily from cardinality estimates (not shown in your output, but ...Answered | 3 Replies | 3602 Views | Created by iammac - Monday, May 28, 2012 4:44 AM | Last reply by Paul White (NZ) - Tuesday, May 29, 2012 12:18 AM - Items 1 to 20 of 222052 Next ›
No announcements