Tuesday, February 3, 2015

Digest for comp.programming.threads@googlegroups.com - 3 updates in 3 topics

Ramine <ramine@1.1>: Feb 02 07:03PM -0800

Hello,
 
 
When you hear something like this:
 
"the whole is greater than the sum of its parts."
 
 
That's a smart thing to do and to follow...
 
 
I will give you an example , please look at my Parallel Sort library
project here:
 
https://sites.google.com/site/aminer68/parallel-sort-library
 
 
You will notice that i have invented a parallel algorithm that
follows the spirit of: "the whole is greater than the sum of its
parts.", to attain this efficiency you have to interconnect the parts
and/or manage the parts to attain this better efficiency... this is what
is doing my parallel algorithm , the threads are not working each one
alone to sort the array, this is an innefficient way of doing, so i have
divided the array into multiple parts and giving each part to a thread
and also i am synchronizing, so my parallel algorithm is giving
a better performance than when each thread is working alone,
and we say that my parallel algorithm is attaining a better efficiency
and speed that gives: "the whole is greater than the sum of its
parts.".. and this is also what is doing Google when you give it
something to search on internet, it is parallelizing the searches , so
by doing so Google attains also a better efficiency and speed of: "the
whole is greater than the sum of its parts.", Divide and conquer
algorithm such us MergeSort or AVL trees give also a log(n) time
complexity , so Divide and conquer algorithms are also good way to
attain a better efficiency and speed.
 
 
 
Thank you for your time.
 
 
Amine Moulay Ramdane.
Ramine <ramine@1.1>: Feb 02 05:28PM -0800

Hello,
 
 
Senior CIA Officer Claims Knowledge of Roswell-Alien Cover-up
 
Read this:
 
http://silverscreensaucers.blogspot.ca/2012/07/senior-cia-officer-claims-knowledge-of.html
 
Ex-CIA agent Chase Brandon being interviewed by George Noory regarding
the Agency and what he feels about the Roswell incident of 1947.
 
See this video:
 
https://www.youtube.com/watch?v=P8qmunt32iQ
 
 
And look at this video also of another CIA agent:
 
Testimony Of Dying CIA Official 2013, About UFO's And The
Extraterrestrial reality
 
 
https://www.youtube.com/watch?v=kZk_Sa3AO2E
 
 
 
Amine Moulay Ramdane.
Ramine <ramine@1.1>: Feb 02 01:04PM -0800

Hello,
 
 
Computing: Common 'data structure' revamped to work with multicore chips
 
Read more here:
 
http://www.sciencedaily.com/releases/2015/01/150130121815.htm
 
 
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: