Daniel Cousens
Daniel Cousens
@shazow you can't use a commit hash?
PRs accepted...
@calvinmetcalf from reading what @bastien-roucaries has said, and briefly looking at some of the links, it appears the summary of changes are as shown below? I am not a lawyer,...
Nice syntax, I think that would work great.
@dominictarr well, as always, I'm profiling/optimizing, not speculating, and yeah, `varstruct` takes up 40% of my application loading time when loading about 120kB of complex data structures.... and copying of...
Indeed, I have thought about lazy `decode` as an option, which we could easily support if each child of an object has a fixed `encodingLength` (no parameters).
For the record, I'm not trying to beat `JSON.parse`, just, less than 10x performance loss (aka, no visible stutter).
fanatid any final thoughts here? Are you happy if the rule is we don't copy, provided in README and major bump?
@fanatid the performance is abysmal though?
@fanatid if the concern is dev experience, and copies protect the dev, I agree - but, nothing a README warning doesn't fix. Maybe we could detect if the call is...