record-tuple-polyfill icon indicating copy to clipboard operation
record-tuple-polyfill copied to clipboard

Improve performances of large records

Open viebel opened this issue 3 years ago • 0 comments

It seems that the current implementation of updating a record is naive.

For large records, the spread operator has bad performance.

A possible improvement is to implement efficient persistent data structures like in Clojure and Immutable.js.

viebel avatar Jun 15 '21 05:06 viebel