brendan%mozilla.org 206a6316cd Fix bug 69271, r=waterson, sr=shaver:
- Don't ape java.lang.String's bogo-sampling hash function for "long" (>=16
  char) strings.
- Theory and practice comment in jsdhash.h helps analyze when to use double
  hashing (most of the time) vs. when to use chaining.
- Subroutine ChangeTable from JS_DHashTableOperate so it can be called from
  JS_DHashTableEnumerate, if the latter finds that enough entries have been
  removed to be worth a shrink or compress cycle.
2001-03-14 07:42:32 +00:00
..
2001-02-02 01:08:06 +00:00
2001-03-12 19:05:36 +00:00
2001-02-07 05:08:44 +00:00
2001-03-14 07:42:32 +00:00
1999-06-26 05:01:40 +00:00