Skip to content

perf: avoid copying entire data *somehow* #216

Open
@ankush

Description

@ankush

Context: #197

Datatable's list virtualization works for the most part but this code is a limiting factor in loading large data. Because ALL data gets copied here, it's not possible to optimize this further without a design change that does lazy materialization.

row = row
.map((cell, i) => this.prepareCell(cell, i))
.map(cell => Object.assign({}, baseRowCell, cell));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions