Relative Content

Tag Archive for efficiency

Comparing path strings against list of rules

I am trying to find a way to enhance a filtering algorithm. I am developing a backup software that enables users to specify custom filters to exclude unwanted files/directories.
Currently when trying to check if a file should be taken into backup, the path of the file is compared against a list of rules.

Comparing path strings against list of rules

I am trying to find a way to enhance a filtering algorithm. I am developing a backup software that enables users to specify custom filters to exclude unwanted files/directories.
Currently when trying to check if a file should be taken into backup, the path of the file is compared against a list of rules.