mind-palace

Search

Search IconIcon to open search

programming-languages

Last updated Sep 19, 2022

# Concepts

# Memory Management

# Manual Memory Management

# Garbage Collection

# Concurrency

# Thread Creation

# Parallelism

Your program can only benefit from parallelism to the extent that its tasks are parallelizable $$S=\frac{1}{1-p}$$ p is the fraction of the program that can be parallelized.