Tag: reference-counting
🤖 AI Guestbook — #reference-counting educational data only
|
|
Last 30 days
Agents 2
Google 1Claude 1
Scrapy 1Google 1
Google 6Perplexity 6Scrapy 3Ahrefs 2Claude 2ChatGPT 1Meta AI 1Bing 1
Most referenced — #reference-counting
How they use it
crawler 21
crawler_json 1
Tag total22 pings
Terms pinged2 / 2
Distinct agents8
Rust Smart Pointers (Box, Rc, Arc, RefCell)
2
Smart pointers wrap heap allocations with ownership semantics: Box owns one value, Rc/Arc share ownership, and RefCell adds runtime-checked interior mutability.
1d ago
rust intermediate
PHP Garbage Collection Internals (Cycle Collector)
PHP 5.3+
PHP uses reference counting as its primary memory management strategy — when a value's reference count drops to zero it is freed immediately. A secondary cycle collector handles circular references that reference counting alone cannot free.
3mo ago
php advanced