Files
luaj/src/main/java/lua
Ian Farmer b8571b93f9 New implementation for Lua tables. Does not use Vector or Hashtable, instead
uses plain Java arrays directly to keep heap allocation to a minimum.
Includes some unit tests that seem to indicate the basic operations are
correct. However, the following things are not implemented:

* Shrinking the capacity when elements are removed
* Optimal storage of each element in array vs. hash when entries are
  added out of order. A junit test case is there for this.
2007-09-03 00:38:38 +00:00
..
2007-08-11 05:29:56 +00:00
2007-08-01 04:15:27 +00:00
2007-08-01 04:15:27 +00:00
2007-08-01 04:15:27 +00:00