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

[perf,refactor,style]: performance improvements and large-scale code cleanup #55

Merged
merged 32 commits into from
Jan 31, 2024

Conversation

null8626
Copy link
Member

@null8626 null8626 commented Jan 31, 2024

the following pull request lessens the codebase's reliance on .clone(), .to_string(), .to_owned(), etc. (in particular the SelectItem struct, IndexMap struct usage, and several other enum properties)

other than that, i also made the code slightly squeeky cleaner :)

@TheAlan404
Copy link
Contributor

LGTM 👍

@TheAlan404 TheAlan404 merged commit 944771c into ParadigmMC:main Jan 31, 2024
null8626 added a commit that referenced this pull request Feb 1, 2024
* perf: make IndexMap key Cow str

* fix: i forgot some stuff

* fix: stringify

* fix: use enum argument

* fix: use lt gt operators

* fix: make clippy happy

* fix: this should be or
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.

2 participants