Hi, in the doc of HTable module all the examples show "a=>size=4;". As the doc says:
size - number specifying the size of hash table. The number of entries in the table is 2^size
This is, the examples just allow 16 concurrent entries, which is not enough in most of the cases. Did I misunderstand something? or do the module examples use a non very pertinent value?
Thanks a lot.