knockout / tko

🥊 Technical Knockout – The Monorepo for Knockout.js (4.0+)
http://www.tko.io
Other
273 stars 34 forks source link

Change mappingHelpers `objectLookup` from an O(n) array to O(1) Map #170

Closed brianmhunt closed 2 years ago

brianmhunt commented 2 years ago

Right now, when serializing large objects/arrays the system uses an O(n) lookup.