oxc/crates
camchenry 2b17003e0b perf(linter, prettier, diagnostics): use FxHashMap instead of std::collections::HashMap (#5993)
Using `FxHashMap` is faster than `HashMap` in many cases, especially for hashing-heavy workloads. This change improves the performance of the linter, prettier, and diagnostics crates by using `FxHashMap` instead of `std::collections::HashMap`.
2024-09-23 16:29:05 +00:00
..
oxc release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_allocator release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_ast release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_ast_macros release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_cfg release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_codegen release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_diagnostics perf(linter, prettier, diagnostics): use FxHashMap instead of std::collections::HashMap (#5993) 2024-09-23 16:29:05 +00:00
oxc_index release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_isolated_declarations fix(isolated-declarations): False positive for class private getter with non-inferrable return type (#5987) 2024-09-23 15:28:29 +08:00
oxc_language_server refactor(linter): start internal/external split of OxlintOptions (#5659) 2024-09-10 03:19:04 +00:00
oxc_linter perf(linter, prettier, diagnostics): use FxHashMap instead of std::collections::HashMap (#5993) 2024-09-23 16:29:05 +00:00
oxc_macros feat(linter): add oxc-security/api-keys (#5906) 2024-09-22 22:39:56 +00:00
oxc_mangler release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_minifier refactor(minifier): move dce conditional expression to RemoveDeadCode (#5971) 2024-09-23 10:22:00 +00:00
oxc_module_lexer release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_parser release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_prettier perf(linter, prettier, diagnostics): use FxHashMap instead of std::collections::HashMap (#5993) 2024-09-23 16:29:05 +00:00
oxc_regular_expression release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_semantic perf(linter, prettier, diagnostics): use FxHashMap instead of std::collections::HashMap (#5993) 2024-09-23 16:29:05 +00:00
oxc_sourcemap release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_span release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_syntax release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_transformer docs(transformer): add to arrow functions transform docs (#5989) 2024-09-23 09:49:39 +00:00
oxc_traverse release(crates): v0.30.0 (#5986) 2024-09-23 11:20:12 +08:00
oxc_wasm feat(oxc_wasm): add verbse option to debug_dot (#5879) 2024-09-19 06:13:03 +00:00