Click here to Skip to main content
15,881,687 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsSharing Code Between Windows 8 and Windows Phone 8 Pin
Terrence Dorsey21-Feb-13 11:25
sitebuilderTerrence Dorsey21-Feb-13 11:25 
NewsSample Browser for Windows 8 – 5000 Amazing Code Samples Pin
Terrence Dorsey21-Feb-13 11:25
sitebuilderTerrence Dorsey21-Feb-13 11:25 
NewsHow I Over-Engineered the ASP.NET Health Monitoring Feature Pin
Terrence Dorsey21-Feb-13 11:24
sitebuilderTerrence Dorsey21-Feb-13 11:24 
GeneralRe: How I Over-Engineered the ASP.NET Health Monitoring Feature Pin
AspDotNetDev21-Feb-13 11:58
protectorAspDotNetDev21-Feb-13 11:58 
NewsBeginning Test-Driven Development in Python Pin
Terrence Dorsey21-Feb-13 11:23
sitebuilderTerrence Dorsey21-Feb-13 11:23 
NewsEverything You Wanted to Know About Machine Learning, But Were Too Afraid To Ask Pin
Terrence Dorsey21-Feb-13 11:23
sitebuilderTerrence Dorsey21-Feb-13 11:23 
NewsMulti-core scaling: it’s not multi-threaded Pin
Terrence Dorsey21-Feb-13 10:44
sitebuilderTerrence Dorsey21-Feb-13 10:44 
GeneralRe: Multi-core scaling: it’s not multi-threaded Pin
dusty_dex23-Feb-13 8:58
dusty_dex23-Feb-13 8:58 
Ever heard of Cilk ?

It's based on worker threads that steal work when they have nothing to do, and it's a much easier concept to grasp than directly managing locks and multi-threaded details yourself.

It's been implemented in Java and C++ (Intel Cilk plus site has some documentation and downloads)
Just run your existing code using cilkview to estimate how it might scale up.

Original code is available from the originators (cilk-arts)

More parallel coding info here:
https://computing.llnl.gov/tutorials/parallel_comp/
Q. Hey man! have you sorted out the finite soup machine?

A. Why yes, it's celery or tomato.


modified 24-Feb-13 17:42pm.

GeneralRe: Multi-core scaling: it’s not multi-threaded Pin
bitterskittles25-Feb-13 2:13
bitterskittles25-Feb-13 2:13 
NewsSQL is what’s next for Hadoop: Here’s who’s doing it Pin
Terrence Dorsey21-Feb-13 10:42
sitebuilderTerrence Dorsey21-Feb-13 10:42 
NewsMicrosoft Azure overtakes Amazon's cloud in performance test Pin
Terrence Dorsey21-Feb-13 10:42
sitebuilderTerrence Dorsey21-Feb-13 10:42 
NewsHow to: Steam on Linux (Debian 7.0) Pin
Terrence Dorsey21-Feb-13 10:41
sitebuilderTerrence Dorsey21-Feb-13 10:41 
NewsHold Your Own Heist: Robert Kirkman's Thief of Thieves Now Interactive Online through IE10 Pin
Terrence Dorsey21-Feb-13 10:41
sitebuilderTerrence Dorsey21-Feb-13 10:41 
NewsLambda problems leaves Java 8 Dev Preview indefinitely delayed Pin
Kent Sharkey21-Feb-13 8:47
staffKent Sharkey21-Feb-13 8:47 
GeneralRe: Lambda problems leaves Java 8 Dev Preview indefinitely delayed Pin
Rob Grainger22-Feb-13 3:57
Rob Grainger22-Feb-13 3:57 
NewsThe Play Framework Pin
Kent Sharkey21-Feb-13 8:43
staffKent Sharkey21-Feb-13 8:43 
NewsGoogle working on touchscreen Chrome device Pin
John Isaiah Carmona20-Feb-13 21:03
John Isaiah Carmona20-Feb-13 21:03 
GeneralRe: Google working on touchscreen Chrome device Pin
Maximilien21-Feb-13 9:32
Maximilien21-Feb-13 9:32 
GeneralRe: Google working on touchscreen Chrome device Pin
Rob Grainger22-Feb-13 3:58
Rob Grainger22-Feb-13 3:58 
NewsWhy You Need a Social Resume Pin
Rahul Rajat Singh20-Feb-13 17:08
professionalRahul Rajat Singh20-Feb-13 17:08 
GeneralRe: Why You Need a Social Resume Pin
NormDroid20-Feb-13 20:32
professionalNormDroid20-Feb-13 20:32 
GeneralRe: Why You Need a Social Resume Pin
Pete O'Hanlon20-Feb-13 20:42
mvePete O'Hanlon20-Feb-13 20:42 
GeneralRe: Why You Need a Social Resume Pin
Rahul Rajat Singh20-Feb-13 20:55
professionalRahul Rajat Singh20-Feb-13 20:55 
GeneralRe: Why You Need a Social Resume Pin
Sampath Sridhar4-Mar-13 17:15
Sampath Sridhar4-Mar-13 17:15 
GeneralRe: Why You Need a Social Resume Pin
Bernhard Hiller20-Feb-13 21:30
Bernhard Hiller20-Feb-13 21:30 

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.