Skip to content

Table column storage optimisation in V8 #71

@chrispsn

Description

@chrispsn

Once we generate all values for a table column, we could then push them all into a new array (whcih replaces the old one) and take advantage of V8 optimising its storage behind the scenes?

Would need performance testing to see whether the gains made by consumers of the table (eg column sums being more efficient due to better CPU cache usage) exceed the extra cost at the generation stage, particularly in older browsers like IE11.

https://v8.dev/blog/elements-kinds

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions