comp.lang.ada
 help / color / mirror / Atom feed
* Ada and multi-core CPUs
@ 2005-09-09 21:33 tmoran
  2005-09-10  8:27 ` Wilhelm Spickermann
  2005-09-12 15:48 ` Marc A. Criley
  0 siblings, 2 replies; 8+ messages in thread
From: tmoran @ 2005-09-09 21:33 UTC (permalink / raw)


I finally got around to testing a sort.  I split the data array in half,
sorting one half with the main program and the other with a separate task,
then merged the two half-results.  It's substantially (about 60% as long
for 100K floats) faster than splitting, sort one half, then the other
half, then merge.  And easy to program in Ada.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-09-12 19:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-09 21:33 Ada and multi-core CPUs tmoran
2005-09-10  8:27 ` Wilhelm Spickermann
2005-09-10 17:27   ` tmoran
2005-09-10 22:01     ` Adrian Knoth
2005-09-10 22:49       ` tmoran
2005-09-12 16:21         ` Jeffrey Carter
2005-09-12 15:48 ` Marc A. Criley
2005-09-12 19:43   ` tmoran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox