frappe / frappe/datatable

perf: avoid copying entire data *somehow*

Open
#216 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
216
PR merge metrics
No merged PRs in 30d

Description

Context: https://github.com/frappe/datatable/pull/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.

https://github.com/frappe/datatable/blob/4f5b2422ec893bbfc98b75d2a3037ae3a3e0b204/src/datamanager.js#L213-L215

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.