K 10 svn:author V 6 davide K 8 svn:date V 27 2012-06-01T21:22:46.955434Z K 7 svn:log V 550 Provide a callout_hash() private function which is equivalent to the get_bucket() one except than performing the division for the number of buckets in the wheel. Inline the two aforementioned functions in order to avoid the overhead due to function call. Optimize the callout_tick() code. Right now it scans the entire wheel only when it's needed (i.e. we wrapped around all the wheel). Otherwise it scans only the buckets from the last examined in previous scan to the one relative to present time. Discussed with: mav [1] Suggested by: mav [2] END