Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Dec 3, 2014
1 parent 63ce61e commit 432f4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions future_work.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
## Optimizations

* See if removing all the `:=` (predeclaring everything) in the inner loops helps
* Implement slice grouping
- Use slice grouping for dimension columsn with fewer than N values (say N = 1M)
* Expand the use of slice grouping
- Use slice grouping for all dimension columsn with fewer than N values (say N = 1M)
- Preallocate all the slots
- See if axing the (Row,Metric)Bytes conversions helps (probably not)
* Presize the grouping maps
Expand Down

0 comments on commit 432f4a6

Please sign in to comment.