文件名称:OpenContainers: A Study of Portable Techniques for Thread-Heavy Applications
下载1 (132.3kb)
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
The OpenContainers library is a open-source collection of
portable C++ containers classes (arrays, hash tables, trees,
etc.) written specifically to perform well in threaded applications that use hundreds of threads. OpenContainers explores the notion of collateral damage and thread-neutrality,
employing a variety of techniques to allow the collection
classes to perform well in the presence of many threads: lock
elimination, lookaside caches, stack preference and allocation coalescing. All of these techniques are general purpose
and can be applied to other thread-heavy applications. The
techniques used to be implement the library are portable
across shared-memory architectures (Alpha, Opteron, Xeon)
and operating systems (Linux, Tru64). Real applications using the OpenContainers have been ported from early SharedMemory Multiprocessors (SMP) to current hardware and
scale well.
portable C++ containers classes (arrays, hash tables, trees,
etc.) written specifically to perform well in threaded applications that use hundreds of threads. OpenContainers explores the notion of collateral damage and thread-neutrality,
employing a variety of techniques to allow the collection
classes to perform well in the presence of many threads: lock
elimination, lookaside caches, stack preference and allocation coalescing. All of these techniques are general purpose
and can be applied to other thread-heavy applications. The
techniques used to be implement the library are portable
across shared-memory architectures (Alpha, Opteron, Xeon)
and operating systems (Linux, Tru64). Real applications using the OpenContainers have been ported from early SharedMemory Multiprocessors (SMP) to current hardware and
scale well.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : opencon_new.zip 列表 opencon_new.pdf