Commits
Click on a commit to change the comparison rangeAdd comprehensive integration tests for AVX512 JSON escaping functionality
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> [autofix.ci] apply automated fixes5 days ago
by autofix-ci[bot] Fix clippy dead code warning for append_escaped_byte on aarch64-apple-darwin
Add #[cfg(target_arch = "x86_64")] attribute to append_escaped_byte function since it's only used by AVX512 code which is x86_64-specific.
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Fix clippy errors in avx512_integration.rs test file
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Fix cargo fmt --check by removing trailing whitespace
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Add AVX2 SIMD acceleration for JSON string escaping
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Add length-based fallback thresholds for SIMD JSON string escaping
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Add SIMD benchmark CLI and CI integration for real-world sourcemap performance testing
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Make hex_chars static and fix clippy exit errors
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Update benchmark to exclude names from SIMD testing since names always use fallback
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Remove CLI benchmark tool and add L1 cache prefetch to SIMD implementations
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> Restore CLI benchmark tool and remove individual escape function benchmarks
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>