PtrMan

Results 87 issues of 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...

enhancement
serialization

We need a way to pass a manifest setup so it can start the right class from the command line.

enhancement

We need to get rid of all javadoc warnings.

documentation

Refactored static dispatch in processTask() - the only static decision is now done in Task.make() - it decides which Task to construct

refactor

Another try to generalize some rules to an format which is easier to modify and understand and document. * StructuralRules.structuralCompose1() * StructuralRules.structuralDecompose1()

refactor

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...

testing

enhancement
refactor

The iteration time of the development can get greatly speed up if a lot of the tests happen in parallel.

testing