this is really slow ``` File "/Users/calvinm/sandbox/objective-correlative/bolt/experiments/python/vquantizers.py", line 263, in dists_enc dists = (dists[:, :, ::2] + dists[:, :, 1::2] + 1) // 2 ```
this is really slow