Synchronization | Initial capacity and load factor

Avoid instanceof

Avoid using the instanceof keyword in the code whenever possible, as this is a relatively expensive operation. Try to refactor your code.
xxxx