Hacker News new | ask | show | jobs
by killercup 2564 days ago
Correct.

Fun fact: The amount of traits implementations that need to be generated to support tables with 128 columns actually makes diesel an interest benchmark of the Rust compiler.

1 comments

Would the recent work on const generics help with this?
Not sure. Having the ability to abstract over tuples (using a similar mechanism as HLists for example) would help.