Class TOpenAddressingQP

Unit

Declaration

type TOpenAddressingQP<TKey,TValue,THashFactory,TProbeSequence> = class(TOpenAddressingSH<TKey,TValue,THashFactory,TProbeSequence>)

Description

No description available, ancestor TOpenAddressingSH description follows
No description available, ancestor TOpenAddressingTombstones description follows

More info and TODO https://github.com/OpenHFT/UntitledCollectionsProject/wiki/Tombstones-purge-from-hashtable:-theory-and-practice

Hierarchy

Overview

Fields

Private FPrimaryNumberAsSizeApproximation: SizeInt;

Methods

Protected procedure UpdateItemsThreshold(ASize: SizeInt); override;
Protected function FindBucketIndex(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override; overload;
Protected function FindBucketIndexOrTombstone(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override;

Description

Fields

Private FPrimaryNumberAsSizeApproximation: SizeInt;
 

Methods

Protected procedure UpdateItemsThreshold(ASize: SizeInt); override;
 
Protected function FindBucketIndex(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override; overload;
 
Protected function FindBucketIndexOrTombstone(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override;
 

Generated by PasDoc 0.15.0.