Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to replace paths in files with hashed paths #1

Open
5 tasks
earthboundkid opened this issue Jan 26, 2018 · 0 comments
Open
5 tasks

Add option to replace paths in files with hashed paths #1

earthboundkid opened this issue Jan 26, 2018 · 0 comments
Projects

Comments

@earthboundkid
Copy link
Owner

earthboundkid commented Jan 26, 2018

Procedure:

  • Make a list of paths when walking the directory
  • Go through files and make a graph of file references
  • Use Tarjan algorithm to find circular path references
  • Treat each circular group as one file and hash together
  • Make new files with paths replaced by hashed URL
@earthboundkid earthboundkid added this to Ideas in Ideas Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Ideas
  
Ideas
Development

No branches or pull requests

1 participant