- About why is memory reclamation so important? - 2 Updates
- About parallelism and about Gustafson's Law.. - 1 Update
- Drug researcher develops 'fat burning' molecule - 1 Update
- Breakthrough with cancer vaccine - 1 Update
- This Robotic Chemist Does Over 600 Experiments a Week and Learns From Its Own Work - 1 Update
- Should HTM Be Used Universally? - 1 Update
aminer68@gmail.com: Jul 13 02:09PM -0700 Hello, About why is memory reclamation so important? I am a white arab, and here is one more proof that i am smart like a genius: Read the following from a PhD researcher: http://concurrencyfreaks.blogspot.com/2017/08/why-is-memory-reclamation-so-important.html It says the following: "Atomic Reference Counting is just what the name says, it's a "reference counting" technique but with atomics. The details are a bit more tricky than your usual reference counting (aka smart pointers), but it's still graspable for most. They can be implemented in a wait-free way (in x86) but they have two main drawbacks: they're slow and they aren't universal. They're slow because whenever we have to traverse a list of nodes we need to atomically increment a counter in one node and decrement a counter in another... even though we're just reading." I think that this PhD researcher is not so smart, because look at my following invention of a Scalable reference counting that is Wait-free: https://sites.google.com/site/scalable68/scalable-reference-counting-with-efficient-support-for-weak-references My invention above is really powerful, and it is a proof that i am smart like a genius. Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Jul 13 04:39PM -0700 > i am smart like a genius. > Thank you, > Amine Moulay Ramdane. Read this: https://groups.google.com/forum/#!topic/comp.programming.threads/F_cF4ft1Qic Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Jul 13 12:38PM -0700 Hello, About parallelism and about Gustafson's Law.. I am a white arab, and i think i am smart, so today i will talk more about parallelism and about Gustafson's Law: Gustafson's Law: • If you increase the amount of work done by each parallel task then the serial component will not dominate • Increase the problem size to maintain scaling • Can do this by adding extra complexity or increasing the overall problem size Scaling is important, as the more a code scales the larger a machine it can take advantage of: • can consider weak and strong scaling • in practice, overheads limit the scalability of real parallel programs • Amdahl's law models these in terms of serial and parallel fractions • larger problems generally scale better: Gustafson's law Load balance is also a crucial factor. So read my following thoughts about the Threadpool to notice that my Threadpool that scales very well does Load balance well: https://community.idera.com/developer-tools/general-development/f/getit-and-third-party/72018/about-the-threadpool Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Jul 13 11:55AM -0700 Hello, Drug researcher develops 'fat burning' molecule Scientists have recently identified a small mitochondrial uncoupler, named BAM15, that decreases the body fat mass of mice without affecting food intake and muscle mass or increasing body temperature. Webster Santos, professor of chemistry and his colleagues have recently identified a small mitochondrial uncoupler, named BAM15, that decreases the body fat mass of mice without affecting food intake and muscle mass or increasing body temperature. Additionally, the molecule decreases insulin resistance and has beneficial effects on oxidative stress and inflammation. The findings, published in Nature Communications on May 14, 2020, hold promise for future treatment and prevention of obesity, diabetes, and especially nonalcoholic steatohepatitis (NASH), a type of fatty liver disease that is characterized by inflammation and fat accumulation in the liver. In the next few years, the condition is expected to become the leading cause of liver transplants in the United States. Read more here: https://www.sciencedaily.com/releases/2020/06/200608132539.htm Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Jul 13 11:54AM -0700 Hello, Breakthrough with cancer vaccine Read more here: https://www.sciencedaily.com/releases/2020/07/200709085320.htm Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Jul 13 11:52AM -0700 Hello, The smart Robot that has carried out the research that found a catalyst that produce hydrogen 6 times faster was roughly 1,000 times faster. Read more here about it: This Robotic Chemist Does Over 600 Experiments a Week and Learns From Its Own Work https://singularityhub.com/2020/07/13/this-robotic-chemist-does-over-600-experiments-a-week-and-learns-from-its-own-work/ Thank you, Amine Moulay Ramdane. |
aminer68@gmail.com: Jul 13 09:13AM -0700 Hello, Should HTM Be Used Universally? Read more here: https://paulmck.livejournal.com/31853.html Thank you, 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:
Post a Comment