Back to Tags
Garbage Collection
4 items tagged with "garbage-collection"
Filter by type:
Benchmarks2
Benchmark
SPECjbb 2015
Standard Java server benchmark modeling a supermarket company's business logic to measure throughput and critical response-time performance.
Benchmark
DaCapo JVM Benchmark Suite
Long-established Java benchmark suite using real open-source application workloads to evaluate JVM, JIT, and garbage-collection performance.
Glossaries2
Glossary
Garbage Collection
Garbage collection is automatic memory management in which a runtime reclaims memory occupied by objects that are no longer reachable by the program, freeing developers from manual deallocation.
Glossary
Memory Safety
Memory safety is the property of a program that prevents invalid memory access such as buffer overflows, use-after-free, and null pointer dereferences, eliminating a major source of bugs and security vulnerabilities.