Stage: Python with Actors

  • Authors:
  • John Ayres;Susan Eisenbach

  • Affiliations:
  • Department of Computing, Imperial College London, UK;Department of Computing, Imperial College London, UK

  • Venue:
  • IWMSE '09 Proceedings of the 2009 ICSE Workshop on Multicore Software Engineering
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Programmers hoping to exploit multi-core processors must split their applications into threads suitable for independent, concurrent execution. The lock-based concurrency of many existing languages is clumsy and error prone - a barrier to writing fast and correct concurrent code.