knockout / tko

🥊 Technical Knockout – The Monorepo for Knockout.js (4.0+)

Home Page:http://www.tko.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

brianmhunt opened this issue · comments

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