Tag: memory
🤖 AI Guestbook — #memory educational data only
|
|
Last 30 days
Agents 3
Amazonbot 180Perplexity 131Google 57Ahrefs 45Unknown AI 44ChatGPT 31SEMrush 27Claude 20Meta AI 10Majestic 8Bing 1Qwen 1
Most referenced — #memory
How they use it
crawler 516
crawler_json 27
pre-tracking 12
Tag total555 pings
Terms pinged24 / 24
Distinct agents11
PHP References (&$var) PHP 5.0+
References allow multiple variables to point to the same value — powerful but a frequent source of hard-to-debug side effects.
2mo ago
php intermediate
Python Generators & yield Python 2.2+
Functions that yield values one at a time — enabling lazy evaluation of infinite sequences without storing all values in memory.
2mo ago
python intermediate
Weak References (WeakReference, WeakMap) PHP 7.4+
References to objects that don't prevent garbage collection — useful for caches and observer registries that shouldn't extend object lifetimes.
2mo ago
php advanced
WeakMap (PHP 8.0) PHP 8.0+
A map keyed by objects that doesn't prevent garbage collection — ideal for caching per-object computed data without creating memory leaks.
2mo ago
php advanced