Skip to content

Commit 252bd06

Browse files
authored
perf: cppgc inheritance rework (#1300)
A lot of the new lines are docs, see the readme for a synopsis. I've been successfully using this in my R&D branch for a few weeks now with no issues. Benchmarks (don't have numbers on hand atm) show a notable improvement in new object creation and op dispatch when there is inheritance
1 parent 41d0180 commit 252bd06

File tree

20 files changed

+1140
-583
lines changed

20 files changed

+1140
-583
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ deno_path_util.workspace = true
4141
deno_unsync.workspace = true
4242
futures.workspace = true
4343
indexmap.workspace = true
44+
inventory = "0.3.21"
4445
libc.workspace = true
4546
parking_lot.workspace = true
4647
percent-encoding.workspace = true

0 commit comments

Comments
 (0)