dima
dima
CC#
Created by dima on 3/18/2024 in #help
Generics question
I guess the question I'm asking is; why isn't this natively supported / why can't we do this?
13 replies
CC#
Created by dima on 3/18/2024 in #help
Generics question
I mean... I understand that this would work... And that library seems to handle a lot of cases and at first glance seems to be well executed. But I still don't understand what exactly is the limiting factor to do this native/OOTB without 3rd party libraries... The type for the Id prop is inherently defined in the Country definition.
13 replies
CC#
Created by dima on 12/14/2022 in #help
❔ How to do faster HttpClient requests?
I’ll post a code snippet here later today 🙂
7 replies
CC#
Created by dima on 12/14/2022 in #help
❔ How to do faster HttpClient requests?
Little update: I've managed to take it down to approx. 0.5s per request if I'm running multithreaded 8 clients only.. Would this indicate a network limit or an API limit to not be able to process the 100 clients. I'd assume it's both. Either way, what would be the best way to fine-tune the maximum number of parallelism to get requests taking the least time possible.
7 replies