-
Notifications
You must be signed in to change notification settings - Fork 20
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
Limits and Efficiency #2
Comments
Hi, The only limit is your computer memory. I think it took me about an hour to generate the demo mosaic, using an "old" PC from 2010 with 3GB of RAM. I would except much better performance on a better machine, although performance isn't necessarily what I was after when I made this. Feel free to fork and/or improve! :) |
Hmm, an hour is pretty long, maybe it was because of the lack of RAM? If the process is long it can take-up a lot of ram indeed, but if 10k takes 1 hour imagine 1 mil :D The problem is I am lacking the PHP skills required, I have experience more with front-end stuff. Are you available for a discussion on skype or anywhere else? Thanks. |
It was 3 years ago now so I'm not positive about the number, I do remember it taking an hour at some point but I can't remember if it was before or after certain performance improvements. I have very little free time so I won't be able to chat, but if you have questions on certain parts of the code maybe I can try to help you understand how it works. The logic is fairly easy, especially if you look at the GD documentation. |
I would love to have your email so I can send you my research on this so far, maybe you will be interested in a collaboration, not free of course :) |
[edited] |
Hi,
This is very interesting!
I have 2 questions:
I am interested in using and improving on this.
Thank you a bunch!
The text was updated successfully, but these errors were encountered: