Sciweavers

JUCS
2008

Exploring Lua for Concurrent Programming

13 years 4 months ago
Exploring Lua for Concurrent Programming
The popularization of multi-core processors and of technologies such as hyper-threading demonstrates a fundamental change in the way processors have been evolving and also increases interest in concurrent programming, particularly as a means to improve software performance. However, concurrent programming is still considered complex, mostly due to difficulties in using the available programming models, which have been subject to recurring criticism. The increased interest in concurrency and the lack of proper models to support it stimulates the development of proposals aimed at providing alternative models for concurrent programming. In this paper, we explore some of Lua's facilities to devise such a model, based on user threads and message passing. We also demonstrate why Lua was particularly well suited for this objective, describe the main characteristics of our model and present a library developed to implement it, along with results of a performance evaluation.
Alexandre Skyrme, Noemi de La Rocque Rodriguez, Ro
Added 13 Dec 2010
Updated 13 Dec 2010
Type Journal
Year 2008
Where JUCS
Authors Alexandre Skyrme, Noemi de La Rocque Rodriguez, Roberto Ierusalimschy
Comments (0)