Skip to content

fou1100ouacus/Public-Notes-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Important to Know :)

image

video 🥇

https://youtu.be/30nBIFAoGNA?feature=shared

slides🥈

https://docs.google.com/presentation/d/1BWHH1-IedVwx9kRFHBL_9oJmDoWXUot_or9xmzlf2XA/edit#slide=id.g2e5e4a20800_0_144

______________________________________________________________________________________

String Builder ⏰

Designed for better performance in scenarios where you need to concatenate or modify strings frequently.

Methods for Modification:

- StringBuilder provides methods like Append, Insert, Remove, and Replace

______________________________________________________________________________________

3 processes

just-in-time compiler (JIT)

image

Related Link

image

Multithreading

RegisterVariable

image

StackVSHeap

image

jagged array VS MultiDimensional Array

  • performance of jagged array is better than MultiDimensional array

Note

Array is Reference Type ==> variable is stored in stack and value is stored in heap