Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StructLinq performance degradation #236

Open
ksysiekj opened this issue Jan 19, 2024 · 3 comments
Open

StructLinq performance degradation #236

ksysiekj opened this issue Jan 19, 2024 · 3 comments

Comments

@ksysiekj
Copy link

hello,
working on some performance improvements in my project and encountered your this project. Also found similar one [NoAlloq] (https://github.com/VictorNicollet/NoAlloq). Ran some benchmarks and turned out that StructLinq is worst when it comes to simple filtering and projecting. My benchmark code and it result could be found here

Can you please advise on what I'm doing wrong?

@reegeek
Copy link
Owner

reegeek commented Jan 31, 2024

Hi,
I can reproduce your figures.
I made some modifications and by example if you transform User in a struct, performances are better.

For the moment, I don't understand why.

@DrJakiellSWO
Copy link

@reegeek any update?

@reegeek
Copy link
Owner

reegeek commented May 17, 2024

Hi,
I have no simple solution to improve performance.
Moreover, I have less time to work on this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants