sqlite_orm
sqlite_orm copied to clipboard
Replacing `std::tuple` by a custom tuple
Experimental PR to see the huge improvements in build times in action when using a much better tuple implementation than std::tuple.
A custom tuple is presented that is based on the "hana" library tuple and otherwise uses simpler algorithms that use operations on variable argument packets where possible.