Skip to content
#

unrolled-linked-list

Here are 14 public repositories matching this topic...

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.

  • Updated Mar 6, 2026
  • Java

Improve this page

Add a description, image, and links to the unrolled-linked-list topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unrolled-linked-list topic, visit your repo's landing page and select "manage topics."

Learn more