aboutsummaryrefslogtreecommitdiff
path: root/ABOUT
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-11-30 13:28:50 +0100
committerGitHub <noreply@github.com>2018-11-30 13:28:50 +0100
commit2ab88ebe33f5e90fcc6e90eb45ef35157875fca9 (patch)
tree0a20fb734a82b4534f808a4c8b009a79429187c8 /ABOUT
parent1cb268186a1a57374f6e8c5d1cf5d09896a80192 (diff)
downloadlanes-2ab88ebe33f5e90fcc6e90eb45ef35157875fca9.tar.gz
lanes-2ab88ebe33f5e90fcc6e90eb45ef35157875fca9.tar.bz2
lanes-2ab88ebe33f5e90fcc6e90eb45ef35157875fca9.zip
Update ABOUTv3.13.0
Diffstat (limited to 'ABOUT')
-rw-r--r--ABOUT4
1 files changed, 2 insertions, 2 deletions
diff --git a/ABOUT b/ABOUT
index 258ca57..969f48f 100644
--- a/ABOUT
+++ b/ABOUT
@@ -3,7 +3,7 @@ Lua Lanes
3--------- 3---------
4 4
5Lanes is a lightweight, native, lazy evaluating multithreading library for 5Lanes is a lightweight, native, lazy evaluating multithreading library for
6Lua 5.1 and Lua 5.2. It allows efficient use of multicore processors in Lua, by passing 6Lua 5.1 to Lua 5.4. It allows efficient use of multicore processors in Lua, by passing
7function calls into separate OS threads, and separate Lua states. 7function calls into separate OS threads, and separate Lua states.
8 8
9No locking of the threads is needed, only launching and waiting for (with an 9No 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%
16speed increase when running heavily threaded applications on dual core 16speed increase when running heavily threaded applications on dual core
17processors (compared to running a non-threaded plain Lua implementation). 17processors (compared to running a non-threaded plain Lua implementation).
18 18
19Starting with version 3.0, Lanes is compatible with LuaJIT 2. \ No newline at end of file 19Starting with version 3.0, Lanes is compatible with LuaJIT 2.