NetFabric / LinqBenchmarks

Benchmarking LINQ and alternative implementations
MIT License
174 stars 14 forks source link

Upgrade StructLinq #10

Closed aalmada closed 3 years ago

aalmada commented 3 years ago

Hi @reegeek After a long pause away from OSS development, I'm trying to update the benchmarks. I tried to upgrade StructLinq but it doesn't compile. The uint to int changes are easy to fix but I could not figure out what to do with the changes with Where and Select using ref. Can you please submit a PR or simple give me some pointers? Thanks

reegeek commented 3 years ago

Hi,

I think I could submit a PR today.

Regards