Loading...
Please wait, while we are loading the content...
Similar Documents
Performance analysis of OCB (Offset Codebook) using TBB (Threading Building Blocks)
| Content Provider | Semantic Scholar |
|---|---|
| Author | Sheth, Parag |
| Copyright Year | 2011 |
| Abstract | of PERFORMANCE ANALYSIS OF OCB (OFFSET CODEBOOK) USING TBB (THREADING BUILDING BLOCKS) by Parag Sheth My project would be to explore Intel’s open source library (for C++), named TBB (Threading Building Blocks), and make its use to analyze performance gain for the implementation of OCB (Offset Codebook). The analysis would begin with identifying the parallel portions inside an OCB algorithm, followed by its implementation using TBB. After that I would analyze the performance gain obtained by changing various parameters of the OCB algorithm. TBB(Threading Building Blocks) : It is Intel’s open source template library for C++. The aim of it is to provide task level parallelism as opposed to thread level parallelism. It makes implementation more portable and easy to understand. TBB library internally keeps a pool of worker threads. The application developer needs to specify the parallel portion of the application and most of the remaining work is taken care of by the TBB library. The library determines |
| File Format | PDF HTM / HTML |
| Alternate Webpage(s) | http://www.ecs.csus.edu/wcm/cias/caeiae%20pdfs/performance%20analysis%20of%20ocb.pdf |
| Language | English |
| Access Restriction | Open |
| Content Type | Text |
| Resource Type | Article |