reegeek / StructLinq

Implementation in C# of LINQ concept with struct

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

target C# 9 with func pointers (it can still compile into old CLR)

dzmitry-lahoda opened this issue · comments

image
I think you can use inline static methods with function pointers and it will avoid boilerplate of creating classes as C# does not have inline classes.

hi,
thank for your remark, do you have some example where func pointers are faster than delegate or "Struct specialization" ?

Regards.

not faster, but probably same. but these could be nicer in API