Skip to content

Algorithm refactor into stateful object

Ethan Wu requested to merge algo-singleton into master

Algorithm refactored into class with accessible state for other code to access

Allows for victim checking logic to use this API instead of relying on passed arguments

Closes #17 (closed)

Merge request reports