Hooligans Sportsbook

A word to the wise...

  • Start date
  • Replies
    13 Replies •
  • Views 1,178 Views
EnglishMotherfucker.gif


:dunno:
 
Are hash tables really THAT slow for what you're trying to compute that you need to minimize the already negligible time to even less?

Huh? I'm trying to turn a binary search O(n) operation into an indexed lookup table (see hash table) as an O(1) operation. The hash tables are intended to speed up the process and it is not a negligible difference.

Trying to hash multiple integer sets of over 10,000 with a range from 3 to 31,367,009 into an array that doesn't waste a great deal of memory without any collisions is the difficult part.
 
I think if I understood what you just said there I would be on my way to making a substantial impact in life.

As it stands what you just said is so far over my head that I don't even feel the least bit dumber for not understanding it.