Latest developer stories
  • Home
  • Contact Us
  • Website
Sign in Subscribe

Memory Management

A collection of 2 posts
Concurrent Programming and Shared Memory Pitfalls
concurrent programming

Concurrent Programming and Shared Memory Pitfalls

Objectives * Process * Process Scheduling * Interprocess Communication * Synchronization Mechanisms What is a Process? Typically a process is: -> A program in execution is considered a process... -> But some programs run as multiple processes.. Process: A new Perspective We could view Process as a data structure. Example: Stack Defined
19 Nov 2021 9 min read
JavaScript: Garbage Collection
Javascript

JavaScript: Garbage Collection

What is Garbage Collection? Overview Garbage collection (GC) is a form of automatic memory management. The garbage collector attempts to reclaim memory which was allocated by the program, but is no longer referenced also called garbage. Garbage collection was invented by American computer scientists around 1959 to simplify manual memory
19 Nov 2021 8 min read
Page 1 of 1
Latest developer stories © 2025
Powered by Ghost