ThreadStack: Yet Another C++ Project Trying To Make Multi-Threading Easier

Written by Michael Larabel in Free Software on 23 April 2018 at 06:43 AM EDT. 19 Comments
FREE SOFTWARE
ThreadStack is yet another C++ project trying to make it easier dealing with multiple CPU threads.

This latest open-source C++ threading project comes out of academia research. ThreadStack is self-described by its developer, Erkam Murat Bozkurt, as "an innovative software which produces a class library for C++ multi-thread programming and the outcome of the ThreadStack acts as an autonomous management system for the thread synchronization tasks. ThreadStack has a nice and useful graphical user interface and includes a short tutorial and code examples. ThreadStack offers a new way for multi-thread computing and it uses a meta program in order to produce an application specific thread synchronization library." Erkam has been working the rounds trying to raise awareness for this research on the GCC and LLVM mailing lists.

ThreadStack tries to make C++ threading easier with its autonomous management system. Right now only Linux is supported by ThreadStack but the developer intends to support other operating systems.

For those wishing to learn more about this research project, ThreadStack is currently hosted on SourceForge.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week