blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
405 stars 84 forks source link

add support for C++11 atomic types instead of TBB #56

Open slayoo opened 5 years ago

slayoo commented 5 years ago

As suggested by Patrik Jonsson on the mailing list: https://sourceforge.net/p/blitz/mailman/message/33068240/

It would be nice to add support for C++11 atomic types instead of TBB...

context:

you can make blitz use atomic data types instead of mutexes for the reference count by configuring it to use TBB

slayoo commented 5 years ago

this was migrated from SF: https://sourceforge.net/p/blitz/feature-requests/6/