oxc/crates
Brooooooklyn 4d10c6c9be
perf(sourcemap): pre allocate String buf while encoding (#4476)
I'm trying llama3.1:70b following [local-ai-copilot](https://developer.ibm.com/tutorials/awb-local-ai-copilot-ibm-granite-code-ollama-continue/) to find some potential performance improvement.

The code was not completed by AI; it only identified potential optimizations, which I am testing for effectiveness.
2024-07-26 13:58:09 +00:00
..
oxc Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_allocator Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_ast feat(ast): add AstKind::AssignmentTargetPattern, AstKind::ArrayAssignmentTarget and AstKind::ObjectAssignmentTarget (#4456) 2024-07-25 09:32:33 +00:00
oxc_ast_macros Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_cfg Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_codegen chore(codegen): port over esbuild codegen tests (all ignored right now) (#4457) 2024-07-25 10:00:34 +00:00
oxc_diagnostics Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_index Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_isolated_declarations Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_js_regex
oxc_language_server refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00
oxc_linter perf(linter): no_shadow_restricted_names only look up name in hashmap once (#4472) 2024-07-26 01:30:06 +01:00
oxc_macros perf(linter): disable lint rules by file type (#4380) 2024-07-21 15:22:54 +00:00
oxc_mangler refactor(syntax): give ScopeId a niche (#4468) 2024-07-26 00:14:50 +00:00
oxc_minifier chore(codegen): port over esbuild codegen tests (all ignored right now) (#4457) 2024-07-25 10:00:34 +00:00
oxc_module_lexer Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_parser Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_prettier chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
oxc_semantic refactor(semantic): methods take Span as param, not &Span (#4470) 2024-07-26 00:14:56 +00:00
oxc_sourcemap perf(sourcemap): pre allocate String buf while encoding (#4476) 2024-07-26 13:58:09 +00:00
oxc_span Release crates v0.22.0 (#4434) 2024-07-24 08:23:27 +08:00
oxc_syntax perf(semantic): give AstNodeId a niche (#4469) 2024-07-26 00:14:53 +00:00
oxc_transformer refactor(semantic): populate declarations field in SymbolTable::create_symbol (#4461) 2024-07-26 00:14:32 +00:00
oxc_traverse perf(semantic): remove span field from Reference (#4464) 2024-07-26 00:14:38 +00:00
oxc_wasm refactor(syntax): give ScopeId a niche (#4468) 2024-07-26 00:14:50 +00:00