An open API service indexing awesome lists of open source software.

https://github.com/fou1100ouacus/public-notes-

Random Notes and Codes / and Others...
https://github.com/fou1100ouacus/public-notes-

assmebly jit-compiler memory memory-management runtime-compilation

Last synced: about 1 year ago
JSON representation

Random Notes and Codes / and Others...

Awesome Lists containing this project

README

          

## Important to Know :)
![image](https://github.com/user-attachments/assets/ba7c1204-233b-40b2-a08c-e4f611bd65b4)
## 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](https://github.com/Ayamohamed0101/Public-Notes-/assets/152428721/9f4127cc-74e2-4368-926c-39f446168ffb)

# Related Link
## https://www.youtube.com/watch?v=X1IPGHZ1yJw&list=PL4n1Qos4Tb6SWPbJNpiznp-Ok4A8J_23l&index=31
![image](https://github.com/Ayamohamed0101/Public-Notes-/assets/152428721/ef2c0a1f-acf2-421e-b6bd-3533ac548eb1)

# Multithreading
# RegisterVariable
![image](https://github.com/Ayamohamed0101/Public-Notes-/assets/152428721/536dd909-9e68-4a7d-8011-3aa9d0a56517)

# StackVSHeap
![image](https://github.com/Ayamohamed0101/Public-Notes-/assets/152428721/71ee2deb-ebce-4502-98a7-1effe72bf27f)

## 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