Tag: parallelism
Light-Weight Processes: Dissecting Linux Threads
This article, aimed at Linux developers and students of computer science, explores the fundamentals of threads and their implementation in Linux with Light-Weight Processes,...
CodeSport
Welcome to CodeSport! We will continue the discussion that began last month about software transactional memory.
The main difference between traditional lock-based synchronisation and software...
Turbo Charge Python Apps with Speed, Part 2
In an earlier article, we tried out some of the tools to turbo-charge mainly CPU-bound Python programs, without modifying the source code too often....