Skip to content

Commit fd139c5

Browse files
Update README.md
1 parent 00b4d30 commit fd139c5

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# java_performance_and_memory_management
1+
**What is this?**
2+
3+
Some exercises I did for Matt Greencroft's course [Java Application Performance and Memory Management](https://www.udemy.com/course/java-application-performance-and-memory-management/).
4+
5+
**What did I learn?**
6+
7+
- How JIT compilation and the code cache really works
8+
- Differences between C1 and C2 compilers
9+
- Inner workings of the stack and the heap
10+
- Metaspace
11+
- String pool
12+
- Java Mission Control
13+
- Java Flight Recorder
14+
15+
**How was the course?**
16+
17+
Too monotone for my taste, but it gets the job done. I feel that I've learned a lot of in-depth knowledge about the Java.
18+
19+
**Additional info**
20+
21+
For the past six years I've taken a lot of courses in my free time. Sadly, I never thought about compiling them into a list. Since 2019, I've been trying to write down (and rate) every new course I take. You can see it [here](https://github.com/abrahammenendez/courses/).

0 commit comments

Comments
 (0)