From bb7697f582b9e318460fbccdc429047a69265ea6 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 22 Aug 2012 21:36:37 +0200 Subject: lanes version 3.2.0 * keeper internals implemented in C instead of Lua for better performances * fixed arguments checks in linda:limit() and linda:set() --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 4e37fe6..84ae5c0 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@


Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.
Lua Lanes is published under the same MIT license as Lua 5.1 and 5.2. -

This document was revised on 13-Aug-12, and applies to version 3.1.6 +

This document was revised on 21-Aug-12, and applies to version 3.2.0

@@ -147,7 +147,7 @@ details and limitations.

-

To install Lanes, all you need are the lanes.lua lanes-keeper.lua and lanes/core.so|dll +

To install Lanes, all you need are the lanes.lua and lanes/core.so|dll files to be reachable by Lua (see LUA_PATH, LUA_CPATH). Or use Lua Rocks package management. @@ -1070,7 +1070,7 @@ Here are some things one should consider, if best performance is vital:

  • Lindas are hashed to a fixed number of "keeper states", which are a locking entity. If you are using a lot of Linda objects, it may be useful to try having more of these keeper states. By default, - only one is used (see KEEPER_STATES_N), but this is an implementation detail. + only one is used (see lanes.configure()).
  • -- cgit v1.2.3-55-g6feb