Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

it doesn't handle large tables well. (very long compile times etc)

By large tables you mean a large number of columns, not a large number of rows, right?



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.


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.


Correct.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: