Skip to content

CLJS-3452: optimize str by compiling to + / .toString + compile time …#273

Merged
swannodette merged 1 commit intomasterfrom
cljs-3452/str-optimize
Oct 15, 2025
Merged

CLJS-3452: optimize str by compiling to + / .toString + compile time …#273
swannodette merged 1 commit intomasterfrom
cljs-3452/str-optimize

Conversation

@swannodette
Copy link
Copy Markdown
Member

…optimizations

  • Avoiding Array.join in favor of + gives around 4x perf boost
  • Avoiding 1-arity str calls for compile time constants

…optimizations

- Avoiding Array.join in favor of + gives around 4x perf boost
- Avoiding 1-arity str calls for compile time constants
@swannodette swannodette merged commit 6cb2c4d into master Oct 15, 2025
11 checks passed
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