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

Efficient swc build #476

Merged
merged 76 commits into from
Oct 11, 2024
Merged

Efficient swc build #476

merged 76 commits into from
Oct 11, 2024

Conversation

mgeplf
Copy link
Contributor

@mgeplf mgeplf commented Oct 16, 2023

New SWC parser:

  • Parsing an SWC goes from 1.01ms to 0.700ms
  • Supports locales

Comment on lines +4 to +6
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
#define freelocale _free_locale
#define strtol_l _strtol_l
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment here concerning the freelocale?

src/readers/utils.cpp Outdated Show resolved Hide resolved
@eleftherioszisis
Copy link
Contributor

LGTM

@mgeplf mgeplf merged commit 4375467 into master Oct 11, 2024
23 checks passed
@mgeplf mgeplf deleted the efficient-swc-build branch October 11, 2024 09:15
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