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

Deduplication #3

Open
tiefpunkt opened this issue Feb 15, 2013 · 2 comments
Open

Deduplication #3

tiefpunkt opened this issue Feb 15, 2013 · 2 comments
Labels
Milestone

Comments

@tiefpunkt
Copy link
Member

Especially with mEintopf, some pictures may appear more than once. However, in order to save space, and enjoy efficient caching, we should only store each picture once.

@silsha
Copy link
Member

silsha commented Feb 15, 2013

Am Einfachsten wäre es wohl, einfach den Hash des Bildes zu speichern (vielleicht als Dateiname?) – vielleicht stelle ich mir das auch zu einfach vor. Und wie man Kollisionen erkennt weiß ich auch nicht.

Ich glaube, das ist ein Fall für @tiefpunkt.

@tiefpunkt
Copy link
Member Author

Collisions werden ignoriert 🐹
Naja, könnte man zusätzlich zum Hash noch die Dateigröße checken, oder Abmessungen, oder so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants