>  -------Original Message-------
>  From: Hisham Ahmed <[email protected]>
>  To: [email protected] <[email protected]>
>  Subject: [freedom] Purpose of using generics
>  Sent: 2023-06-16 01:42
>  
> I read it will help you manage threading effectively, as it
>  has internal methods that will manage threading and allow threading
>  without letting me write my own thread methods. I've read it's not
>  recommended to write my own threading but I can use these generics,
>  stream and lambdas and it has internal methods to implement threading
>  and it will manage threading on its own. 
> 

STL / Generics impact large amounts of code and thus are implemented by 
compiler authors and/or library implementers.

These are experienced engineers with in-depth understanding of hardware, 
concurrency models and program transformation among other things.

A standard library in any programming language exports abstractions and hides a 
lot of complexity and implementation details from the application programmer 
and the user of the platform.

Whatever stuff you read, please try to interpret it from this perspective.


warm regards
Saifi.

Reply via email to