Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

Modified Atomic Long

Description

This a simple and, in someway raw, code to create
an alternative version of AtomicLong using two techniques
padding and fixed backoff.
What we obtain is a more effective AtomicLong that behave
exactly like the original one but perform better.