stefanos1316 / Rosetta_Code_Research_MSR

Exploiting Programming Languages Energy Consumption
4 stars 2 forks source link

Synchronous Concurrency Task #3

Open stefanos1316 opened 7 years ago

stefanos1316 commented 7 years ago

Programming languages such as Php and JS do not support synchronous threading. In case of PHP it makes use of fork for this purpose, which creates a process and not a thread.

Also, there are some issues with swift. In addition, segmentation fault appears when the C's task for loop is set to be more than 1000 iterations.