FasTC/BPTCEncoder
Pavel Krajcevski cf937f2ad3 Refactor shape and mode selection
We suffered another performance hit. This time it comes from the fact
that we're copying around a lot of data based on what partition we're
choosing. We can get rid of this a tad by only copying the data that we
need once and then using getters/setters that selectively pull from
an array based on our shape index.
2014-03-21 18:02:02 -04:00
..
config Some formatting and rearrange the BPTC code to be more structured like the others 2014-01-21 14:46:25 -05:00
include Refactor shape and mode selection 2014-03-21 18:02:02 -04:00
src Refactor shape and mode selection 2014-03-21 18:02:02 -04:00
CMakeLists.txt Merge branch 'master' into ModularizeBPTC 2014-02-27 14:20:50 -05:00