dcastil
tailwind-merge
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
v3.4.0
main
3 days ago
Merge pull request #619 from quantizor/further-improvements additional optimizations
main
3 days ago
Make benchmark test names consistent
quantizor:further-improvements
3 days ago
revert: remove array-based string building optimization The optimization provides no benefit since the function is only called with >1 strings, making the array-based approach unnecessary overhead.
quantizor:further-improvements
5 days ago
revert: remove array-based string building optimization The optimization provides no benefit since the function is only called with >1 strings, making the array-based approach unnecessary overhead.
quantizor:further-improvements
5 days ago
test: add ultra long class list benchmark Add benchmark for ultra long class lists with many conflicts to demonstrate performance characteristics with large class sets.
quantizor:further-improvements
5 days ago
perf: pre-compute conflict arrays at initialization Pre-compute conflict arrays in Maps at initialization time instead of concatenating arrays at runtime on every call to getConflictingClassGroupIds. Architectural improvement: - Build conflictsWithoutPostfix Map for all class groups with conflicts - Build conflictsWithPostfix Map with pre-merged arrays for classes that have both base conflicts and modifier conflicts - Eliminates runtime concatArrays() calls, replacing with O(1) Map lookups This moves work from the hot path (called for every Tailwind class) to initialization time (called once). The concatArrays operation was creating new arrays and copying elements on every conflict check. Benchmark results show ~2.6% improvement on 'collection without cache' (from 114.02 hz to 116.97 hz).
quantizor:further-improvements
9 days ago
Merge pull request #620 from quantizor/improve-benchmarking-suite Improve benchmarking suite
main
9 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs