-
Notifications
You must be signed in to change notification settings - Fork 68
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
Saves more init time + fixes a minor SSshuttle bug #445
Merged
Commits on Jul 29, 2023
-
Micro-optimize GetIdFromArguments to be 48% faster, gaining 0.48s of …
…init time on local (likely more in prod) (#69659) About The Pull Request Avoids stringifying key unless its necessary. This was done redundantly twice, but I locked it to just the isnum path, as REF will always return a string, and the other path passes istext. Use sortTim directly instead of sort_list. sort_list is just sortTim but it copies the list, so it's just wasted cost. I still would like the bespoke element key option, as that's the only way to drastically cut down costs on things like item descriptions and decals, but this is good for the general use case, and makes it marginally less pressing. I also want to test if we'd be better off inserting into the list in sorted order rather than sorting it all in the end, but I suspect not.
Configuration menu - View commit details
-
Copy full SHA for bf2354f - Browse repository at this point
Copy the full SHA bf2354fView commit details -
Load circuit components from USB ports on demand, saving 0.5s of init…
… time (0.7s on prod) (#69664) We create 2,383 circuit components (on whatever map I was looking at on Sybil at the time, don't know) from USB ports every round, quite pricey. This makes them initialize once when a USB is first plugged in.
Configuration menu - View commit details
-
Copy full SHA for 6265134 - Browse repository at this point
Copy the full SHA 6265134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8f543 - Browse repository at this point
Copy the full SHA 2d8f543View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f84f7 - Browse repository at this point
Copy the full SHA b4f84f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d2f77 - Browse repository at this point
Copy the full SHA 15d2f77View commit details
Commits on Jul 30, 2023
-
Add defines for byond-tracy support (#70931)
Adds `USE_BYOND_TRACY`, which automatically loads a given prof.dll/libprof.so using https://github.com/mafemergency/byond-tracy/. Not intended for use in production, and we do not ship a copy of byond-tracy. It is extremely easy to compile yourself, but if you're someone interesting enough to play around with this then let me know and I can just give you a build. I'm going to be using this for init profiling.
Configuration menu - View commit details
-
Copy full SHA for 3937a9f - Browse repository at this point
Copy the full SHA 3937a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f4d54 - Browse repository at this point
Copy the full SHA c7f4d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad1d5e - Browse repository at this point
Copy the full SHA 5ad1d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 392986c - Browse repository at this point
Copy the full SHA 392986cView commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 66cd021 - Browse repository at this point
Copy the full SHA 66cd021View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bbd788 - Browse repository at this point
Copy the full SHA 1bbd788View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d75e952 - Browse repository at this point
Copy the full SHA d75e952View commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76456c6 - Browse repository at this point
Copy the full SHA 76456c6View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8482b08 - Browse repository at this point
Copy the full SHA 8482b08View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08b87d9 - Browse repository at this point
Copy the full SHA 08b87d9View commit details
Commits on Aug 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2b9c35 - Browse repository at this point
Copy the full SHA e2b9c35View commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbdaefb - Browse repository at this point
Copy the full SHA fbdaefbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.