JavaScript performance tricks (stackoverflow.com) 2 points by alfl23 12y ago ↗ HN I've been updating this for a while, hope you find it useful.
[–] etanazir 12y ago ↗ I could not verify 'Replacing switch statements' please reference http://jsperf.com/switch-vs-object76and how is that 'fastDeepClone' a 'Deep' ?? [–] alfl23 12y ago ↗ You're right about the cloning issue, updated. [–] etanazir 12y ago ↗ ok, now its a fast 1 level deep clonecan you patch up my jsperf or provide your own for the switch v. object assertion?
[–] alfl23 12y ago ↗ You're right about the cloning issue, updated. [–] etanazir 12y ago ↗ ok, now its a fast 1 level deep clonecan you patch up my jsperf or provide your own for the switch v. object assertion?
[–] etanazir 12y ago ↗ ok, now its a fast 1 level deep clonecan you patch up my jsperf or provide your own for the switch v. object assertion?
3 comments
[ 1.1 ms ] story [ 9.3 ms ] threadand how is that 'fastDeepClone' a 'Deep' ??
can you patch up my jsperf or provide your own for the switch v. object assertion?