Name Date Size #Lines LOC

..12-Feb-2024-

binpack/H12-Feb-2024-402332

cholesky/H12-Feb-2024-943702

dining_philosophers/H12-Feb-2024-396299

fgbzip2/H12-Feb-2024-6,2954,365

logic_sim/H12-Feb-2024-1,9121,609

som/H12-Feb-2024-1,155911

README.mdH A D12-Feb-2024710 1210

README.md

1# Code Samples of oneAPI Threading Building Blocks (oneTBB)
2Examples using oneTBB Flow Graph feature.
3
4| Code sample name | Description
5|:--- |:---
6| binpack | A solution to the binpacking problem using a `queue_node`, a `buffer_node` and `function_node`s.
7| cholesky | Several versions of Cholesky Factorization algorithm implementation.
8| dining_philosophers | An implementation of dining philosophers in graph using the reserving `join_node`.
9| fgbzip2 | A parallel implementation of bzip2 block-sorting file compressor.
10| logic_sim | An example of a collection of digital logic gates that can be easily composed into larger circuits.
11| som | An example of a Kohonen Self-Organizing Map using cancellation.
12