JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

Remove compact_mem #229

Closed piever closed 5 years ago

piever commented 5 years ago

I've optimized pool in StructArrays directly so that we no longer need compact_mem. pool is fast for StringArray{String} but it also preserves the eltype (unlike compact_mem).