hrldcpr / pcollections

A Persistent Java Collections Library
Other
765 stars 79 forks source link

use temporary immutable collections if they're faster #84

Closed hrldcpr closed 2 years ago

hrldcpr commented 4 years ago

for example a presized array or ArrayList, instead of a ConsPStack, for reversed in ConsPStack.subList(start, end)