Skip to content

Commit

Permalink
Update ABOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-germain authored Nov 30, 2018
1 parent 1cb2681 commit 2ab88eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Lua Lanes
---------

Lanes is a lightweight, native, lazy evaluating multithreading library for
Lua 5.1 and Lua 5.2. It allows efficient use of multicore processors in Lua, by passing
Lua 5.1 to Lua 5.4. It allows efficient use of multicore processors in Lua, by passing
function calls into separate OS threads, and separate Lua states.

No locking of the threads is needed, only launching and waiting for (with an
Expand All @@ -16,4 +16,4 @@ Lua Lanes has been optimized for performance, and provides around 50-60%
speed increase when running heavily threaded applications on dual core
processors (compared to running a non-threaded plain Lua implementation).

Starting with version 3.0, Lanes is compatible with LuaJIT 2.
Starting with version 3.0, Lanes is compatible with LuaJIT 2.

0 comments on commit 2ab88eb

Please sign in to comment.