From 2ab88ebe33f5e90fcc6e90eb45ef35157875fca9 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 30 Nov 2018 13:28:50 +0100 Subject: Update ABOUT --- ABOUT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ABOUT') diff --git a/ABOUT b/ABOUT index 258ca57..969f48f 100644 --- a/ABOUT +++ b/ABOUT @@ -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 @@ -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. \ No newline at end of file +Starting with version 3.0, Lanes is compatible with LuaJIT 2. -- cgit v1.2.3-55-g6feb