SGen (generational garbage collector)
E700429
SGen is a generational garbage collector used by the Mono runtime to improve memory management performance and reduce pause times for managed applications.
All labels observed (1)
| Label | Occurrences |
|---|---|
| SGen (generational garbage collector) canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7896015 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: SGen (generational garbage collector) Context triple: [Mono runtime, hasGarbageCollector, SGen (generational garbage collector)]
-
A.
G1 GC
G1 GC is a server-style garbage collector for the HotSpot JVM designed to provide predictable, low-pause-time memory management by partitioning the heap into regions and collecting them incrementally.
-
B.
Orinoco garbage collector
Orinoco garbage collector is V8’s low-latency, incremental and concurrent garbage collection system designed to improve JavaScript performance and responsiveness.
-
C.
ZGC
ZGC is a low-latency, scalable garbage collector for the HotSpot JVM designed to handle very large heaps with minimal pause times.
-
D.
Serial GC
Serial GC is a simple, single-threaded garbage collector in the HotSpot JVM designed primarily for small applications or environments with limited CPU resources.
-
E.
Parallel GC
Parallel GC is a throughput-oriented garbage collector in the HotSpot JVM that uses multiple threads to perform stop-the-world garbage collection, aiming to maximize application performance on multi-core systems.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: SGen (generational garbage collector) Target entity description: SGen is a generational garbage collector used by the Mono runtime to improve memory management performance and reduce pause times for managed applications.
-
A.
G1 GC
G1 GC is a server-style garbage collector for the HotSpot JVM designed to provide predictable, low-pause-time memory management by partitioning the heap into regions and collecting them incrementally.
-
B.
Garbage Collector
Garbage Collector is the .NET runtime component responsible for automatically managing memory by allocating and reclaiming objects to prevent leaks and optimize performance.
-
C.
Orinoco garbage collector
Orinoco garbage collector is V8’s low-latency, incremental and concurrent garbage collection system designed to improve JavaScript performance and responsiveness.
-
D.
ZGC
ZGC is a low-latency, scalable garbage collector for the HotSpot JVM designed to handle very large heaps with minimal pause times.
-
E.
Serial GC
Serial GC is a simple, single-threaded garbage collector in the HotSpot JVM designed primarily for small applications or environments with limited CPU resources.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
garbage collector
ⓘ
generational garbage collector ⓘ software component ⓘ |
| aimsTo |
improve memory management performance
ⓘ
reduce garbage collection pause times ⓘ |
| collects | managed heap ⓘ |
| designedFor | managed applications ⓘ |
| hasConfigurationOption |
GC mode selection
ⓘ
concurrent collection toggles ⓘ heap size limits ⓘ |
| hasFeature |
card table write barrier
ⓘ
compacting collection ⓘ concurrent mark-and-sweep ⓘ large object space management ⓘ nursery collection ⓘ old generation collection ⓘ pinning support ⓘ precise garbage collection ⓘ young generation collection ⓘ |
| hasGeneration |
nursery (young generation)
ⓘ
old generation ⓘ |
| implements | generational garbage collection ⓘ |
| improves | throughput of managed applications ⓘ |
| license | MIT License (via Mono) NERFINISHED ⓘ |
| maintainedBy | Mono project NERFINISHED ⓘ |
| manages | automatic memory reclamation in Mono ⓘ |
| openSource | true ⓘ |
| optimizedFor |
desktop workloads
ⓘ
server workloads ⓘ |
| partOf | Mono NERFINISHED ⓘ |
| reduces | latency of managed applications ⓘ |
| replaces | Boehm garbage collector in Mono NERFINISHED ⓘ |
| supports |
concurrent garbage collection
ⓘ
multi-core processors ⓘ parallel garbage collection ⓘ |
| targetsPlatform |
Linux
NERFINISHED
ⓘ
Windows NERFINISHED ⓘ macOS NERFINISHED ⓘ mobile platforms via Xamarin ⓘ |
| tracks | object references ⓘ |
| usedBy | Mono runtime NERFINISHED ⓘ |
| usedIn |
Xamarin.Android
NERFINISHED
ⓘ
Xamarin.iOS NERFINISHED ⓘ |
| usedWith |
.NET-compatible languages
ⓘ
C# applications ⓘ F# applications ⓘ VB.NET applications ⓘ |
| writtenIn | C ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: SGen (generational garbage collector) Description of subject: SGen is a generational garbage collector used by the Mono runtime to improve memory management performance and reduce pause times for managed applications.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.