Fixing minor typo in FastThreadLocal javadoc.
This commit is contained in:
parent
cb6646da13
commit
ed09fb10bc
@ -23,8 +23,8 @@ import java.util.IdentityHashMap;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* A special variant of {@link ThreadLocal} that yields to higher access performance when accessed from a
|
||||
* {@link FastThreadLocalAccess} {@link Thread}.
|
||||
* A special variant of {@link ThreadLocal} that yields higher access performance when accessed from a
|
||||
* {@link FastThreadLocalThread}.
|
||||
* <p>
|
||||
* Internally, a {@link FastThreadLocal} uses a constant index in an array, instead of using hash code and hash table,
|
||||
* to look for a variable. Although seemingly very subtle, it yields slight performance advantage over using a hash
|
||||
|
Loading…
Reference in New Issue
Block a user