Skip to content

PedroSilva8/parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel

Parallel is a group of headers that help processing arrays, creating thread pools, and making values thread safe

Pros

  • the more cores the computer has the faster it can process
  • easy to use and understand

Cons

  • doesn't guarantee processing order (obviously)
  • when breaking doesn't guarantee that others workers do it instantly

Example

For a full example you can go here

About

A c++ library to help easily spread work equally among logical processors

Resources

License

Stars

Watchers

Forks

Packages

No packages published