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:

  1. make the symtab size the real number of buckets one wants.
  2. then it can take the log base 2 to get the real number of bits it needs to use!
  3. this would make those a lot easier to work with.
  4. also, pick the next larger size needed to contain. so like if 1000, use 1024, not 512.

Change History (1)

comment:1 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.