aboutsummaryrefslogtreecommitdiff
path: root/ABOUT
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2012-08-22 21:36:37 +0200
committerBenoit Germain <bnt.germain@gmail.com>2012-08-22 21:36:37 +0200
commitf0b1c6d629464c0a59ac78382d86f434e74c2162 (patch)
treee6788f8e7c0e859cd5f8d9254a922e187d9e7938 /ABOUT
parenta9075ff6cf43e99cee994f5e77d0e1e54cb8dbac (diff)
downloadlanes-f0b1c6d629464c0a59ac78382d86f434e74c2162.tar.gz
lanes-f0b1c6d629464c0a59ac78382d86f434e74c2162.tar.bz2
lanes-f0b1c6d629464c0a59ac78382d86f434e74c2162.zip
lanes version 3.2.0v3.2.0
* keeper internals implemented in C instead of Lua for better performances * fixed arguments checks in linda:limit() and linda:set()
Diffstat (limited to 'ABOUT')
-rw-r--r--ABOUT2
1 files changed, 1 insertions, 1 deletions
diff --git a/ABOUT b/ABOUT
index 260fb5c..258ca57 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. It allows efficient use of multicore processors in Lua, by passing 6Lua 5.1 and Lua 5.2. 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