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...
- Host: GitHub
- URL: https://github.com/fou1100ouacus/public-notes-
- Owner: fou1100ouacus
- Created: 2024-04-24T15:29:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T04:16:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T10:26:24.334Z (over 1 year ago)
- Topics: assmebly, jit-compiler, memory, memory-management, runtime-compilation
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Important to Know :)

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

# Related Link
## https://www.youtube.com/watch?v=X1IPGHZ1yJw&list=PL4n1Qos4Tb6SWPbJNpiznp-Ok4A8J_23l&index=31

# Multithreading
# RegisterVariable

# StackVSHeap

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