LisaacTM Platform

HASH_TABLE_SIZE


Prime INTEGER list.
Some useful features to deal with prime INTEGER values in order to select an appropriate size for some hash table (used for example by the DICTIONARY class as well as by the SET class).
Inherit/Insert Summary
parent_object No developed.
 
Slot Summary
prime_number_ceiling
A good prime number, large enough, and no smaller than integer.
 

Inherit/Insert Detail

parent_object

.../base/collection/low_level/hash_table_size.li line #16

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Detail slot

prime_number_ceiling

.../base/collection/low_level/hash_table_size.li line #20

Section:
Public

Profile:
- SelfSELFprime_number_ceiling   integer : INTEGERINTEGER

Description:
A good prime number, large enough, and no smaller than integer.