Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21bca422a9c983d

Jump to content

Talk:Treiber stack

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 9 years ago by 81.84.100.180 in topic Correctness

Scaling

[edit]

It does not scale in its native form. Exponential back-off is required. This helps, but only so much. After that, other methods must be used, such as elimination layers and write combining. This again only helps so much. 95.91.244.50 (talk) 00:40, 1 January 2017 (UTC)Reply

Correctness

[edit]

The paragraph about correctness is incorrect. The java implementation does not suffer from ABA, and if one would use a non-garbaged collected language one would use hazard pointers.  Preceding unsigned comment added by 81.84.100.180 (talk) 19:05, 9 February 2017 (UTC)Reply