Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

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

@mgeplf mgeplf force-pushed the efficient-swc-build branch from c8a670e to 0f15036 Compare May 15, 2024 07:44
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?

@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants