visualfabriq / bquery

A query and aggregation framework for Bcolz (W2013-01)
https://www.visualfabriq.com
BSD 3-Clause "New" or "Revised" License
56 stars 11 forks source link

Group index #70

Closed CarstVaartjes closed 8 years ago

CarstVaartjes commented 8 years ago

Changed the group index method to the same method as used by Python's dict

This will increase the speed for aggregations over larger multi-column aggregations. For small multi-column aggregations it's still slightly faster. There are two future enhancements still: