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

Document performance of deterministic vs non-deterministic #54

Open
punkpeye opened this issue Jan 18, 2025 · 1 comment
Open

Document performance of deterministic vs non-deterministic #54

punkpeye opened this issue Jan 18, 2025 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@punkpeye
Copy link

I am assuming that setting { deterministic: true } has performance implications, vs just using { deterministic: false }.

It would be good to know how measurable those are.

@BridgeAR
Copy link
Owner

When I checked it last time, it didn't have a real impact on regular use cases. It will however always depend on the input. In case objects have a lot of properties that are completely unsorted, it's going to require more work.

Would you be up to do a few tests and open a PR to add a small comment with the outcome? That would be highly appreciated :)

@BridgeAR BridgeAR added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants