-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optimized spliterator implementations
The default spliterator did not provide any characteristics, like distinct or concurrent. These optimized ones are better suited if for stream processing. The tests identified a bug in ConcurrentHashMap which incorrectly estimates the size for any odd map after a split. When checking the ConcurrentSkipListMap behavior, it reports Integer.MAX_VALUE for any split of a populated map. This issue has been reported.
- Loading branch information
Showing
3 changed files
with
416 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.