Tag

C4

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Jun 29, 2020 · Fundamentals

How to Create Clear Architecture Diagrams: Concepts, Types, and Best Practices

This article explains the purpose and value of architecture diagrams, defines key concepts, outlines five common view types, discusses criteria for good diagrams, highlights common pitfalls, and introduces the C4 modeling approach with examples to help engineers communicate system designs effectively.

ArchitectureC4System Modeling
0 likes · 9 min read
How to Create Clear Architecture Diagrams: Concepts, Types, and Best Practices
Qunar Tech Salon
Qunar Tech Salon
Jan 7, 2015 · Fundamentals

Understanding the C4 Garbage Collector: A Concurrent Continuously Compacting Collector for Low‑Latency Java Applications

This article explains the design, phases, and practical implications of the C4 concurrent continuously compacting garbage collector, comparing it with G1 and IBM's Balanced GC, and provides guidance on when to choose C4 for enterprise Java workloads requiring low pause times and high scalability.

C4ConcurrentGarbage Collection
0 likes · 21 min read
Understanding the C4 Garbage Collector: A Concurrent Continuously Compacting Collector for Low‑Latency Java Applications