Home
last modified time | relevance | path

Searched refs:compressor (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp213 oneapi::tbb::flow::function_node<BufferMsg, BufferMsg> compressor( in fgCompressionAsyncNode() local
230 make_edge(file_reader, compressor); in fgCompressionAsyncNode()
231 make_edge(compressor, ordering); in fgCompressionAsyncNode()
258 oneapi::tbb::flow::function_node<BufferMsg, BufferMsg> compressor( in fgCompression() local
271 make_edge(file_reader, compressor); in fgCompression()
272 make_edge(compressor, ordering); in fgCompression()
H A DREADME.md2 fgbzip2 is a parallel implementation of bzip2 block-sorting file compressor that uses `oneapi::tbb:…
/oneTBB/examples/graph/
H A DREADME.md9 | fgbzip2 | A parallel implementation of bzip2 block-sorting file compressor.
/oneTBB/examples/
H A DREADME.md12 | graph/fgbzip2 | A parallel implementation of bzip2 block-sorting file compressor.
/oneTBB/doc/GSG/
H A Dsamples.rst20 …* `A parallel implementation of bzip2 block-sorting file compressor <https://github.com/oneapi-src…