#memory management

[ follow ]
#memory-management
2ality
1 week ago
JavaScript

ECMAScript proposal: Symbols as WeakMap keys

Symbols as WeakMap keys allow non-mutating attachment of data, preventing memory leaks. [ more ]
Medium
1 month ago
Data science

Optimizing Resource Allocation and Parallel Processing for 20GB Spark Jobs

Optimizing resource allocation based on data volume and processing speed is crucial for efficient job completion. [ more ]
Alvinalexander
2 months ago
Java

Java stack and heap definitions

Java stack holds local variables and partial results, while Java heap is where memory for class instances and arrays is allocated. [ more ]
CodeProject
2 months ago
Data science

htcw_json: A tiny streaming JSON parser

Efficient JSON parsing solution with a 'pull' style parser is introduced
Ability to chunk values longer than buffer size and handle basic data types like integers, real numbers, and booleans [ more ]
Medium
2 months ago
Data science

The worst developer nightmare[Memory leak]

Memory leaks can occur in various programming languages, from manually managed to automatic memory systems.
Common causes of memory leaks include unintentional object retention, circular references, unclosed resources, event listeners, caching without expiration, and poor memory profiling. [ more ]
morememory-management
InfoQ
6 months ago
Web design

Visual Studio 17.9 Preview 1: Refreshed UI, Debugging, AI, Productivity and More

Visual Studio version 17.9 preview brings improvements and features to enhance developer productivity.
Features include GitHub Copilot, IntelliSense support, memory management and debugging improvements, refreshed UI, and more.
Developers can use AI-generated git commit messages, detect memory leaks, interact with Debug Visualizers, and view #include references. [ more ]
[ Load more ]