Hi, does anyone know what is maximum size of a hash table? Official mirc help says that N stands for the number of slots, but it doesn't mention any maximum number.

Another question is, is it possible to change the table's size without having to create a new one? (i'm asking this mainly for cases where the size of the table is unpredictable. If a table was created with N=100 and after a while the number of slots is 10,000 then it'd be a good idea to increase N to, lets say, 1000.)