Opened 12 years ago
Last modified 8 years ago
#173 assigned refactoring
hash based -- fix ctor sizing for sym tabs
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-nucleus | Version: | |
Keywords: | Cc: |
Description
redo size in ctor:
- make the symtab size the real number of buckets one wants.
- then it can take the log base 2 to get the real number of bits it needs to use!
- this would make those a lot easier to work with.
- also, pick the next larger size needed to contain. so like if 1000, use 1024, not 512.
Note:
See TracTickets
for help on using tickets.