Fork-join using spliterator and parallel streams.
-
Updated
Nov 10, 2018 - Java
Fork-join using spliterator and parallel streams.
A Java implementation of an unrolled linked list (ChunkyList), with an unsynchronized and a thread-safe variant backed by a ReentrantReadWriteLock. Features configurable growing and shrinking strategies, a native Spliterator for efficient parallel streams, and a reorganize() operation to compact sparsely filled chunks.
Solutions for various types of medium-to-challenging level problems.
Iterator and thread-safe spliterator for Elasticsearch search_after queries
Add a description, image, and links to the spliterator topic page so that developers can more easily learn about it.
To associate your repository with the spliterator topic, visit your repo's landing page and select "manage topics."