summaryrefslogtreecommitdiff
path: root/docs/index.html
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 /docs/index.html
parenta9075ff6cf43e99cee994f5e77d0e1e54cb8dbac (diff)
downloadlanes-3.2.0.tar.gz
lanes-3.2.0.tar.bz2
lanes-3.2.0.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 'docs/index.html')
-rw-r--r--docs/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 4e37fe6..84ae5c0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -56,7 +56,7 @@
56 56
57<p><br/><font size="-1"><i>Copyright &copy; 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i> 57<p><br/><font size="-1"><i>Copyright &copy; 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i>
58 <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1 and 5.2. 58 <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1 and 5.2.
59 </p><p>This document was revised on 13-Aug-12, and applies to version 3.1.6 59 </p><p>This document was revised on 21-Aug-12, and applies to version 3.2.0
60</font></p> 60</font></p>
61 61
62</center> 62</center>
@@ -147,7 +147,7 @@
147details and limitations. 147details and limitations.
148</p> 148</p>
149 149
150<p>To install Lanes, all you need are the <tt>lanes.lua</tt> <tt>lanes-keeper.lua</tt> and <tt>lanes/core.so|dll</tt> 150<p>To install Lanes, all you need are the <tt>lanes.lua</tt> and <tt>lanes/core.so|dll</tt>
151files to be reachable by Lua (see LUA_PATH, LUA_CPATH). 151files to be reachable by Lua (see LUA_PATH, LUA_CPATH).
152 152
153Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management. 153Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management.
@@ -1070,7 +1070,7 @@ Here are some things one should consider, if best performance is vital:
1070 <li>Lindas are hashed to a fixed number of "keeper states", which are a locking entity. 1070 <li>Lindas are hashed to a fixed number of "keeper states", which are a locking entity.
1071 If you are using a lot of Linda objects, 1071 If you are using a lot of Linda objects,
1072 it may be useful to try having more of these keeper states. By default, 1072 it may be useful to try having more of these keeper states. By default,
1073 only one is used (see <tt>KEEPER_STATES_N</tt>), but this is an implementation detail. 1073 only one is used (see <tt>lanes.configure()</tt>).
1074 </li> 1074 </li>
1075</ul> 1075</ul>
1076</p> 1076</p>