PtrMan
PtrMan
It may be the case that the bandwidth of the storage media (SSD, SSHD, HDD, etc) is a limiting factor when a system has to store and restore Reasoner instances...
We need a way to pass a manifest setup so it can start the right class from the command line.
Refactored static dispatch in processTask() - the only static decision is now done in Task.make() - it decides which Task to construct
Another try to generalize some rules to an format which is easier to modify and understand and document. * StructuralRules.structuralCompose1() * StructuralRules.structuralDecompose1()
The "unittesting" is taking by far to long to work effectively with the current codebase. I suggest that the unittests are split into * unit tests (which should complete under...
The iteration time of the development can get greatly speed up if a lot of the tests happen in parallel.