Skip to content

Improved RC calculation

Aaron Graubert requested to merge improved_search_range into master

Created by: agraubert

RC is now updated by add and remove, instead of recalculated on demand. The only time RC has to be fully recalculated (a slow operation) is after a merge

Merge request reports