dima
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
❔ 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