ended3월 25일· 1 sources

How Ahimsa Eliminated Our Garbage Collector

Ahimsa 원칙이 가비지 컬렉터를 제거한 방법

Why it matters

CrowdWare is developing a new programming language called SMS (Simple Multiplatform Script) guided by the principle of Ahimsa (do no harm). By not specifying a garbage collector, SMS leverages LLVM's default stack allocation and RAII semantics for deterministic memory management, achieving performance comparable to Rust and C++ while maintaining simplicity. Early benchmarks show SMS is 1.26x faster than C# and 74x faster than GDScript, with the first LLVM compiler just recently completed.

1
Sources
+0
24h
Growth
180d
Active
SMSLLVMAhimsaForgegarbage collectorCrowdWare

Sources

Related Issues