this post was submitted on 10 Nov 2024
2 points (100.0% liked)

General Programming Discussion

7809 readers
2 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] footfaults@hexbear.net 2 points 3 days ago

I went through a phase where I dove deep on the internals of the CLR runtime for C# and there's a great book on the subject. Might need to find an equivalent for the JVM.

I know the garbage collection part of the runtime has had lots and lots and lots of research and papers and study