Skip to content

chore: avoid un-necessary allocation#92

Merged
appleboy merged 1 commit into
gin-contrib:masterfrom
manisharma:master
Dec 24, 2024
Merged

chore: avoid un-necessary allocation#92
appleboy merged 1 commit into
gin-contrib:masterfrom
manisharma:master

Conversation

@manisharma

Copy link
Copy Markdown
Contributor

type ExcludedExtensions map[string]bool is changed to type ExcludedExtensions map[string]struct{} to avoid un-necessary allocation by bool.

@appleboy appleboy changed the title avoid un-necessary allocation chore: avoid un-necessary allocation Dec 24, 2024
@appleboy appleboy merged commit a1786dc into gin-contrib:master Dec 24, 2024
@appleboy

Copy link
Copy Markdown
Member

@manisharma thanks

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