mrahhal / MR.EntityFrameworkCore.KeysetPagination

Keyset/Seek/Cursor pagination for Entity Framework Core.
MIT License
236 stars 12 forks source link

Compile prop accessors to delegates for faster read of values #4

Closed mrahhal closed 2 years ago

mrahhal commented 2 years ago

More complicated than it looks.

mrahhal commented 2 years ago

Can't do it properly without making new generic type arguments on Accessor. Not worth it right now especially since these happen in the context of a db query.