Skip to content

Algorithm class abstraction #11

Merged
merged 3 commits into from Nov 12, 2019
Merged

Algorithm class abstraction #11

merged 3 commits into from Nov 12, 2019

Conversation

grf14003
Copy link
Owner

This PR seeks to abstract some of the basic algorithm loop logic. Rather than making the whoever is writing a specific implementation of the BFS write the looping logic. I have packaged it all up into an algorithm class. This class also lays the groundwork for the key/value storage merging that will have to be done whenever the IO processors are polled. The use of this class solidifies the relationships between IO processors and algorithms and lays the groundwork for their future development.

@grf14003 grf14003 added enhancement New feature or request core For pull requests modifying the core structure of the program io Should be applied to all io related PRs labels Nov 11, 2019
@grf14003 grf14003 self-assigned this Nov 11, 2019
@grf14003 grf14003 merged commit 8bcf32f into dev Nov 12, 2019
Sign in to join this conversation on GitHub.
Labels
core For pull requests modifying the core structure of the program enhancement New feature or request io Should be applied to all io related PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant