Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 580 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 580 Bytes

Build Status

codecov.io

PooledArrays.jl

A pooled representation of arrays for purposes of compression when there are few unique elements.

If you don't require setindex! functionality, you might want to use IndirectArrays instead.