The Mist
The Mist
Explore posts from servers
CC#
Created by The Mist on 4/27/2024 in #help
✅ :white_check_mark: Dictionary<int, ...> lookup time seems a bit too slow
Yeah, that's fair
17 replies
CC#
Created by The Mist on 4/27/2024 in #help
✅ :white_check_mark: Dictionary<int, ...> lookup time seems a bit too slow
Thanks guys! I don't get to use line-by-line profilers too often, so maybe I'm just overestimating how well it accounts for its own overhead in the benchmark results I've gotten the performance to an acceptable threshold for now by optimizing other things, if it falls under the threshold again I'll try using BenchmarkDotNet to see if there is really some issue with the dictionary/method or if it was just the overhead after all
17 replies
CC#
Created by The Mist on 4/27/2024 in #help
✅ :white_check_mark: Dictionary<int, ...> lookup time seems a bit too slow
What could be the reason for it to be so slow? Maybe I should just chalk this up to line-by-line profiling miscalculations for now
17 replies
CC#
Created by The Mist on 4/27/2024 in #help
✅ :white_check_mark: Dictionary<int, ...> lookup time seems a bit too slow
No description
17 replies
CC#
Created by The Mist on 4/1/2024 in #help
Difference algorithm that Git uses
Didn't get a notif for this - thanks for the responses!
10 replies
RRailway
Created by The Mist on 8/1/2023 in #✋|help
How to check if my Github is verified
Maybe I'm misunderstanding the first requirement I get why the free tier is discontinued, but I thought the requirement meant that it would only apply to users who have happened to have spent money in the last 3 months at the time the change was announced which seems odd as that wouldn't necessarily include loyal users or users that have brought Railway profit already (or even users that are likely to bring Railway profit in the future) Is the "in the last 3 months" part of the requirement continuous? Meaning if I was on the developer plan back when the change was announced and I pay a non-zero bill, do I pass the requirement? I'm under the impression that it isn't and that it only includes members who have spent money in the last three months only at the time of the announcement
which can be waived for users who use more than 5 dollars since they give railway profit anyway
How do they give profit to Railway if they just paid $0.13 for example for a few extra hours of runtime and now their $5 fee is waived?
24 replies
RRailway
Created by The Mist on 8/1/2023 in #✋|help
How to check if my Github is verified
Ohhh yeah, I remember reading that - I had definitely thought it meant either or (and that assumption was further reinforced when I read some other misleading community discussions, don't remember where) Thanks, okay, I can forward this information to other people now Why is that a thing, though? I think the main reason I thought it's either-or is because I figured the purpose of the first check was to filter out people that are just abusing the services for ToS breaking apps and whatnot, and so it seems like the second check would do the filtering job just fine What's the purpose of that first check?
24 replies
RRailway
Created by The Mist on 8/1/2023 in #✋|help
How to check if my Github is verified
The second link doesn't seem to mention anything about getting your $5 fee beiong waived if you've spent money in the 3 months prior to announcement, though maybe I'm just reading it wrong
24 replies
RRailway
Created by The Mist on 8/1/2023 in #✋|help
How to check if my Github is verified
24 replies
RRailway
Created by The Mist on 8/1/2023 in #✋|help
How to check if my Github is verified
24 replies
RRailway
Created by The Mist on 8/1/2023 in #✋|help
How to check if my Github is verified
Thank you for the answer! Do you have any links to articles/updates from official channels for me to read more and share with others? I'll wait to see if other people have any input as well, as I've read so many different conflicting answers on the topic so far that it's no wonder people are getting confused
24 replies
RRailway
Created by The Mist on 8/1/2023 in #✋|help
How to check if my Github is verified
Didn't the pricing update articles mention that the $5 monthly fee would be waived for users who were on the developer plan already and had a verified Github account or something like that? It was a bit confusing but I remember reading that in support channels as well
24 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
That's another can of worms So what's the procedure here once a post has been solved, do I close it or do I leave it as it is?
43 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
In any case
43 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
I'll place a few breakpoints to hopefully figure out what it's doing under the hood
43 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
text.textInfo.meshInfo[0].vertices this one is an actual array within the meshInfo struct
43 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
Not according to the docstring though
43 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
Maybe one of these doesn't return a copy in some cases
43 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
And I'm not really sure if that's true, if accessing the property always returns a copy - what's the point
43 replies
CC#
Created by The Mist on 10/1/2022 in #help
ReferenceEquals?
43 replies