HardwareIR / netlistDB

netlistDB - Intermediate format for digital hardware representation with graph database API
MIT License
29 stars 2 forks source link

remove Intel TBB #8

Closed Nic30 closed 5 years ago

Nic30 commented 5 years ago

The Intel TBB library does have package in nearly all Linux distributions however it is quite challenging to install it on windows based machines. This library requires only parallel scan and thread pool.

The parallel scan is implemented in c++17. The thread pool can be easily implemented using boost.

However it would be better to first look if the TBB for windows is really so problematic as it seems or there exists reliable solution like conan package manager etc.