-
Notifications
You must be signed in to change notification settings - Fork 8
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
Stack overflow when too many similar images are present #8
Comments
Thanks! Yes, I should've had it dynamically sized, but I got lazy during the beginning. |
Fixed with c04bec6. |
Feel free to just close, I'm happy to reopen if needed. By the way, did you consider just using a linked list instead? I don't see anything justifying the need for explicit size tracking and random access; it removes the need for realloc and book keeping completely. Just a suggestion. |
Size tracking is mostly quality of life so I don't have to explicitly find the size at some point when I check if the user picked a valid option. I don't really see any reason not to use a linked list, so I'll probably add it. |
The similar image database only is able to hold up to 16 images
Simplest hack is just
but perhaps it should be dynamically sized?
id:000000,sig:06,src:000016+000018,op:splice,rep:2.txt
The text was updated successfully, but these errors were encountered: