The goal is to decrease memory-usage, increase processing speed, while maintaining fidelity
- Multi-threading?
- remove boost entirely
- replace all cpp_dec_float and doubles with float? Reasoning: when the model is exported there are floats either way, plus that saves about 2x the data compared to double and even more (~15x!!!) compare to cpp_dec_float_50
The goal is to decrease memory-usage, increase processing speed, while maintaining fidelity