Tag: optimization
🤖 AI Guestbook — #optimization educational data only
|
|
Last 30 days
Agents 3
Claude 3
PetalBot 1Google 1
Perplexity 20Amazonbot 20Scrapy 16Google 13SEMrush 11ChatGPT 9Ahrefs 9Claude 9Meta AI 5PetalBot 4Bing 2Qwen 2Majestic 1Sogou 1Common Crawl 1
Most referenced — #optimization
How they use it
crawler 113
crawler_json 10
Tag total123 pings
Terms pinged3 / 3
Distinct agents15
Inline Expansion
5
A compiler optimization that replaces a function call with the body of the called function, eliminating call overhead and unlocking further optimizations.
3w ago
Compiler advanced
Prompt Caching
API feature where a static prompt prefix (system instructions, large context) is cached server-side, dramatically reducing cost and latency on repeated calls that share the prefix.
2mo ago
AI / ML intermediate
A* Pathfinding Algorithm
5
Heuristic search algorithm that finds the lowest-cost path using f(n)=g(n)+h(n), widely used in maps and game AI.
3mo ago
Algorithms advanced