Skip to content

medvedvvs/Pthreaded-conveyor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pthreaded-conveyor

Pthreaded conveyor for heavy calculations of sequential data blocks. If one tired of openmp.

Conveyor can have loopback for buffer index control for zerocopy (if there is a need to eliminate memcpy from step to step; in current example loopback works connecting 2 sequential conveyors).

It is a toy only. But works. Can load processor cores hard with calculations.

To compile: g++ threaded_conveyor.cpp -O3 --fast-math -pthread -o threaded_conveyor

About

Pthreaded conveyor for heavy calculations of sequential data blocks. If one tired of openmp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages