Daniel Jackson

Results 18 issues of Daniel Jackson

This is largely complete already, but there's more implementation required. :alien:

FreePascal
Delphi
Lib Event Engine
Implementation
High Priority

:alien:

FreePascal
Delphi
Lib Event Engine
Implementation
High Priority

As the title says, I need to complete the implementation of `TADEventEngine` :alien:

FreePascal
Delphi
Lib Event Engine
Implementation
High Priority

Creates multiple Event Thread instances and distributes the workload of incoming Events across the Pool based on which Thread(s) is(are) most available at the point of dispatch.

FreePascal
Delphi
Lib Event Engine
Implementation
CAN WAIT

Describes an Event Thread Pool.

FreePascal
Delphi
Lib Event Engine
Interface
CAN WAIT

Common Interface for Getter, Setter and Property of `Hasher: IADHasher`. This is then implemented by `TADHashMap` where `` is matched to ``

FreePascal
Delphi
Lib Generics
Lib Generics - Maps
Interface
CAN WAIT
Lib Generics - Hashers

Need to define `TADHasher` as the Abstract Base Class implementing `IADHasher`. This basically provides a "concrete class" abstraction for each Hashing Algorithm Implementation. This Issue also includes the definition of...

FreePascal
Delphi
Lib Generics
Lib Generics - Maps
Implementation
CAN WAIT
Lib Generics - Hashers

`IADHasher` is the common Interface for all Hashing Algorithm Implementations. The idea behind this is that the Hash Map types (`IADHashMap`) can specify their own Hashing Algorithm implementation to use.

FreePascal
Delphi
Lib Generics
Lib Generics - Maps
Interface
CAN WAIT
Lib Generics - Hashers