-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/limited cache #41
base: main
Are you sure you want to change the base?
Conversation
Maybe you would like to create a library for the newly and other created data structures. |
What do you mean, like a new repo/project? |
Yes, because I think that's an issue that happens more often than you would think. It might be needed to solve it often. |
Maybe. The only reason I don't do that is gmod doesnt really have a good way to manage dependencies for non workshop addons. So you have to make people go and download a bunch of dependencies for your addon and adding dependencies would break the addon for people who auto update from git. |
Yes, indeed. GMod is pain when it comes to dependencies. There are some dependency managers out there, but they are all kinda weird and not that well maintained. Even using workshop for dependency management is meh and it is definitely not idiot proof. |
This resolves #39
Some benchmarking and testing could be done before merging. A cache here might not even be necessary here or may be more beneficial on the GetOptionsForURL function