cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
697 stars 167 forks source link

groupby use of bitset requires too much memory #41

Closed cardillo closed 9 years ago

cardillo commented 9 years ago

worst case is single element groups in which the higher the index the larger the bitset, could go back to hashmap based implementation or investigate sparse bitset.