First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Suggest a good book on cuncurrent programming...
Srinivas Nayak wrote in comp.programming.threads: Dear All, Please suggest a good book that teaches in great details about the theories behind the followings. 1. shared memory concurrent systems. 2. message passing concurrent systems. 3. mutual exclusion. 4. synchronization. 5. safety property.... 30 Mar 2010 19:31
From typeless language to C/C++
Hello, I'm Italian, sorry for my english. Is possible create a tool that convert a source written in a dynamic typing language (as Python) to a source in C/C++ compilable with GCC compiler, for example? Where disadvantage would be using this tool? I guess, that sources generated would not be optimized. ... 31 Mar 2010 02:13
CHR 2010: Final call for papers
========================================================================= Final Call for Papers Seventh International Workshop on Constraint Handling Rules CHR 2010 http://www.cs.kuleuven.be/~dtai/CHR/CHR2010/ ... 30 Mar 2010 03:57
How to keep a sorted list of 2D points in a loop?
Hi. I've got an interesting problem here. (use fixed width font to view this) Consider the following: .............. .............. .....1........ .............. ...3...2...... .............. .............. .............. .............. We have 3 points, stored so an increment of the number means t... 30 Mar 2010 02:52
The trim function and it's intented purpose?
Hi, I have implemented a trim function and documented it as follows: /** \brief Trim trailing spaces. * * Removes the trailing spaces in the string. */ void trim(); But actually I have written a test to ensure it's correctness and assumed it would remove leading and trailing whitespaces. I know t... 29 Mar 2010 08:00
CROSS: looking for someone who can translate my software interface to German, French and italian language
Domagoj wrote: Im looking for someone who can translate some texts for me from english to german, french and italian. I will pay for that of course. I have a software interface that needs to be translated from english to german, french and italian. Im looking for one man for each language th... 28 Mar 2010 02:32
CROSS: looking for someone who can translate my software interfaceto German, French and italian language
Im looking for someone who can translate some texts for me from english to german, french and italian. I will pay for that of course. I have a software interface that needs to be translated from english to german, french and italian. Im looking for one man for each language that can translate texts these t... 27 Mar 2010 21:04
The answer is "All of it." of course.
> On my machine (also with 2 GB of RAM) I didn't see any pronounced slow down with increased memory use (at least up to the point were still enough RAM was available and swapping to the harddisk didn't start), I got about 23 seconds with 'size' set to 100000000 and 23.9 s for 400000000. So getting... 27 Mar 2010 19:56
Thread Pool Engine version 1.3 - stable version - is here ...
Hello all, I have updated Threadpool to version 1.3 - a stable version - Lock-free ParallelQueuerb and lock-free RingBuffer have been added Author: Amine Moulay Ramdane Language: FPC Pascal v2.2.0+ / Delphi 5+: http://www.freepascal.org/ Operating Systems: Win , Linux and Mac (x86). Des... 28 Mar 2010 22:15
Thread Pool Engine, and Work-Stealing
Hello, I am still writing the page at: http://pages.videotron.com/aminer/threadpool.htm And it starts with something like this: "On a multicore system, your goal is to spread the work efficiently among many cores so that it does executes simultaneously. And performance gain should be directly re... 26 Mar 2010 22:53
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27