Click here to Skip to main content
15,914,162 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Is this a simple algorithm? Pin
CPallini14-Jun-07 11:19
mveCPallini14-Jun-07 11:19 
General[Message Deleted] Pin
#12314-Jun-07 11:30
#12314-Jun-07 11:30 
GeneralRe: Is this a simple algorithm? Pin
Luc Pattyn14-Jun-07 12:11
sitebuilderLuc Pattyn14-Jun-07 12:11 
GeneralRe: Is this a simple algorithm? Pin
Jeffrey Walton5-Jul-07 16:41
Jeffrey Walton5-Jul-07 16:41 
GeneralRe: Is this a simple algorithm? Pin
CPallini14-Jun-07 20:47
mveCPallini14-Jun-07 20:47 
GeneralRe: Is this a simple algorithm? Pin
CPallini14-Jun-07 21:56
mveCPallini14-Jun-07 21:56 
GeneralRe: Is this a simple algorithm? Pin
Stephen Hewitt17-Jun-07 13:07
Stephen Hewitt17-Jun-07 13:07 
GeneralRe: Is this a simple algorithm? Pin
Stephen Hewitt17-Jun-07 14:13
Stephen Hewitt17-Jun-07 14:13 
GeneralRe: Is this a simple algorithm? Pin
Stephen Hewitt14-Jun-07 22:06
Stephen Hewitt14-Jun-07 22:06 
GeneralRe: Is this a simple algorithm? Pin
CPallini14-Jun-07 22:12
mveCPallini14-Jun-07 22:12 
GeneralRe: Is this a simple algorithm? Pin
Stephen Hewitt14-Jun-07 22:03
Stephen Hewitt14-Jun-07 22:03 
Questionacm problem: firenet Pin
followait6-Jun-07 16:41
followait6-Jun-07 16:41 
AnswerRe: acm problem: firenet Pin
cjengler7-Jun-07 2:01
cjengler7-Jun-07 2:01 
GeneralRe: acm problem: firenet Pin
Luc Pattyn7-Jun-07 3:21
sitebuilderLuc Pattyn7-Jun-07 3:21 
GeneralRe: acm problem: firenet Pin
cjengler7-Jun-07 4:18
cjengler7-Jun-07 4:18 
QuestionLock free data structures Pin
Sijin5-Jun-07 21:03
Sijin5-Jun-07 21:03 
AnswerRe: Lock free data structures Pin
Luc Pattyn6-Jun-07 0:19
sitebuilderLuc Pattyn6-Jun-07 0:19 
GeneralRe: Lock free data structures Pin
Sijin6-Jun-07 0:27
Sijin6-Jun-07 0:27 
AnswerRe: Lock free data structures Pin
El Corazon7-Jun-07 11:18
El Corazon7-Jun-07 11:18 
Sijin wrote:
Lock free data structures


There are many lock free algorithms, unfortunately most are patented. But as pointed out local storage comes off the thread's private memory storage and is by definition "local" only to that thread and cannot be shared.

I keep debating on writing something for this, and have been encouraged to do so.... started once, but it is not as easy concept as it sounds. It gets complicated real quick.


_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

GeneralRe: Lock free data structures Pin
spin vector11-Jun-07 16:42
spin vector11-Jun-07 16:42 
GeneralRe: Lock free data structures Pin
El Corazon12-Jun-07 2:53
El Corazon12-Jun-07 2:53 
Question3D Camera Math Question Pin
joshp12171-Jun-07 9:18
joshp12171-Jun-07 9:18 
AnswerRe: 3D Camera Math Question Pin
Duane in Japan4-Jun-07 4:07
Duane in Japan4-Jun-07 4:07 
Questionlevenshtein distance Pin
jogman30-May-07 3:35
jogman30-May-07 3:35 
GeneralRe: levenshtein distance Pin
Paul Conrad23-Dec-07 7:16
professionalPaul Conrad23-Dec-07 7:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.