sqlite_orm icon indicating copy to clipboard operation
sqlite_orm copied to clipboard

Replacing `std::tuple` by a custom tuple

Open trueqbit opened this issue 2 years ago • 0 comments

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.

trueqbit avatar Jun 17 '22 19:06 trueqbit