Overview
A type of resource leak where a program fails to release memory that is no longer needed.
More in Software Engineering
Queue System
Paradigms & PatternsA data structure and infrastructure for managing asynchronous task processing and inter-service communication.
Webhook
Paradigms & PatternsAn HTTP callback that delivers real-time notifications from one application to another when a specified event occurs.
Git
Development PracticesA distributed version control system for tracking changes in source code during software development.
Package Manager
Paradigms & PatternsA tool that automates the process of installing, upgrading, configuring, and removing software packages.
Canary Deployment
Paradigms & PatternsA deployment strategy where changes are gradually rolled out to a small subset of users before full deployment.
Load Testing
Quality & TestingTesting a system's behaviour under expected and peak load conditions to ensure adequate performance.
Code Review
Development PracticesA systematic examination of source code by developers other than the author to identify bugs and improve quality.
Parallelism
ArchitectureThe simultaneous execution of multiple computations across multiple processors or cores.