Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Archive versions of TBB

Gabor_N_
Beginner
772 Views

Hello,

I am looking for older versions of TBB (2.0 commaligned and 3.x commaligned). Can anyone please point me to the right link? I could not find it. Thank you in advance.

0 Kudos
1 Solution
Vladimir_P_1234567890
772 Views

hello,

if you are a beginner, I suggest to look at our automatic malloc replacement: C/C++ Dynamic Memory Interface Replacement

Older releases can be found in Linux distributions, for example:

RPM-based distrbiutions (Fedora, CentOS, etc):
http://rpmfind.net/linux/rpm2html/search.php?query=tbb-devel
http://koji.fedoraproject.org/koji/buildinfo?buildID=36038

Ubuntu:
https://launchpad.net/ubuntu/+source/tbb

--Vladimir

View solution in original post

0 Kudos
4 Replies
RafSchietekat
Valued Contributor III
772 Views

I don't think there is such a resource. Why would you want this?

0 Kudos
Gabor_N_
Beginner
772 Views

First of all I am a total beginner to TBB but I am using it for a while and I am amazed with the performance gain. I am using TBBMM memory manager for Delphi 32 bit. Since it is a 32 bit non open source project I would like to extend it for 64 bits (as an open source code project) and as a start I thought it will be easier to rewrite the 32 bit version using the older 2.0 TBB (and 3) just like TBBMM writer did.

I would be surprised if no one ever archived the older versions of TBB.

0 Kudos
Vladimir_P_1234567890
773 Views

hello,

if you are a beginner, I suggest to look at our automatic malloc replacement: C/C++ Dynamic Memory Interface Replacement

Older releases can be found in Linux distributions, for example:

RPM-based distrbiutions (Fedora, CentOS, etc):
http://rpmfind.net/linux/rpm2html/search.php?query=tbb-devel
http://koji.fedoraproject.org/koji/buildinfo?buildID=36038

Ubuntu:
https://launchpad.net/ubuntu/+source/tbb

--Vladimir

0 Kudos
Gabor_N_
Beginner
772 Views

Vladimir: Thank you for your help. It is indeed what I am searching for.

0 Kudos
Reply