Daniel Jackson
Daniel Jackson
At present, all of the Delta and Tick Rate Calculations are implemented within `TADPrecisionThread`. Aside from conflating the code, this also leads to the following caution from FixInsight: > [FixInsight...
I need to complete the Unit Test Coverage for `TADList`. At present, it's far from complete and doesn't directly reflect the Interface either.
Need to produce a full battery of Unit Tests for `TADMemoryStream`
Need to produce a full battery of Unit Tests for `TADFileStream`
As the title says....
Define Interface `IADHashMap` Inherit from `IADMap`
If you consume a `TADThread` or `TADPrecisionThread` descendant via the `IADThread` or `IADPrecisionThread` Interfaces, your application can crash on termination. This is due to some kind of annoying failure when...
I've begun trying to find the most "optimal" method of converting from any given order of magnitude to the lowest solid magnitude representation for any given value. The most "thorough"...
I had to remove these temporarily during the "Reconsolidation" effort. These should now be reintroduced.
In order to both test AND demonstrate the Event Engine, we need a nice _simple_ demo project. This will serve to prove the workings of the Engine, as well as...