Skip to content

stefanofago73/ModifiedAtomicLong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Padded Fix-Backoff Atomic Long

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages