An NDoc Documented Class Library

FastHash Class

FastHash: class provides fast look ups at the expense of memory (at least 128k per object). Its designed primarily for those hashes where majority of lookups are unsuccessful (ie object is not present) Status of this work is EXPERIMENTAL, do not make any untested assumptions. History: 15/12/06 Added range check in GetXY sometime in 2005: initial imlpementation

For a list of all members of this type, see FastHash Members.

System.Object
   Majestic12.FastHash

public class FastHash : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Majestic12

Assembly: HTMLparserDotNet11 (in HTMLparserDotNet11.exe)

See Also

FastHash Members | Majestic12 Namespace