Y
Hacker News
new
|
ask
|
show
|
jobs
by
Tiberium
2071 days ago
Sorry if you got misled by the article - ORC is what you should use if your program has cycles. ORC deals with async just fine.
1 comments
MaxBarraclough
2071 days ago
Does
ORC
stand for something?
link
cb321
2071 days ago
I could be wrong, but I believe the acronyms are: ARC = Automatic Reference Counting (NOTE: not Atomic) ORC = Optimized Reference Counting
The loopy/circular character of the letter 'O' may be a secondary mnemonic since it collects cycles.
link
cb321
2070 days ago
I meant "character" as in "nature" not as in the prog.lang "character type"..I just realized that in context this might be confusing. Lol.
link