Skip to content

Commit 2ab88eb

Browse files
Update ABOUT
1 parent 1cb2681 commit 2ab88eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ABOUT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Lua Lanes
33
---------
44

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

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

19-
Starting with version 3.0, Lanes is compatible with LuaJIT 2.
19+
Starting with version 3.0, Lanes is compatible with LuaJIT 2.

0 commit comments

Comments
 (0)