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

Remove expensive call in a hot path, minor fixes #1

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

neon-sunset
Copy link
Contributor

@neon-sunset neon-sunset commented Jul 23, 2024

Built with dotnet publish -o publish and executed with ./publish/sharpl benchmarks.sl.

Was: 686 98 1195
Now: 226 79 293

This was a quick profiler-driven fix, I only needed to open Activity Monitor on my mac and click "sample" after bumping up argument numbers in the benchmarks file.

Also added "full" gitignore (it comes out of box from dotnet new gitignore).

Full details: https://news.ycombinator.com/edit?id=41042434

@codr7 codr7 merged commit af03f4f into codr7:main Jul 23, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants