Glossary of Technical Terms

Link/UrlTags
False Sharing [Knowledgebase]
Challenge Identify and eliminate false sharing in a threaded application. For example, two threads could use unique data elements on the same cache line for read and write. When one of the thread ...

Posted: 2009-03-02 16:14:30 by
Multi-thread apps for Multi-Core, How to thread?, Performance analysis, Glossary of Technical Terms, Parallel Programming & Multi-Core
Join [Knowledgebase]
See Fork/join. ...

Posted: 2009-09-24 10:13:04 by
Glossary of Technical Terms, Parallel Programming & Multi-Core
JVM [Knowledgebase]
See Java Virtual Machine. ...

Posted: 2009-11-06 11:10:04 by
Glossary of Technical Terms, Parallel Programming & Multi-Core
OpenMP [Knowledgebase]
OpenMP samples   These samples can be downloaded from Open MP Source code repository in SourceForge.  Also refer to  OpenMP specifications in openmp.org.   List of samples in the above ...

Posted: 2009-03-09 14:16:42 by
Multi-thread apps for Multi-Core, Threaded Code examples, Glossary of Technical Terms, Parallel Programming & Multi-Core