|
> (in Lua 5, hash tables also have an integer vector which can > theoretically be of any size, but the reallocation strategy tends to > construct vectors of a limited set of sizes.) (small detail: the reallocation strategy always construct vectors that has a power of two number of elements.) -- Roberto