f55345b7ef
Lua Lanes is a Lua extension library providing the possibility to run multiple Lua states in parallel. It is intended to be used for optimizing performance on multicore CPUs and to study ways to make Lua programs naturally parallel to begin with.
4 lines
247 B
Text
4 lines
247 B
Text
Lua Lanes is a Lua extension library providing the possibility to run multiple
|
|
Lua states in parallel. It is intended to be used for optimizing performance
|
|
on multicore CPUs and to study ways to make Lua programs naturally parallel
|
|
to begin with.
|