Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Apr 18, 2018
1 parent 2ecf8f7 commit 41dfeab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -5,7 +5,4 @@
# PooledArrays.jl
A pooled representation of arrays for purposes of compression when there are few unique elements.

This implementation is designed for elements with a total order. The pool of unique values is
maintained in sorted order, allowing efficient comparison and sorting based on integer IDs.

If this sorting behavior is not wanted, you might want to use [IndirectArrays](https://github.com/JuliaArrays/IndirectArrays.jl) instead.
If you don't require `setindex!` functionality, you might want to use [IndirectArrays](https://github.com/JuliaArrays/IndirectArrays.jl) instead.

0 comments on commit 41dfeab

Please sign in to comment.