hapijs / hoek

Node utilities shared among the extended hapi universe
Other
481 stars 171 forks source link

Improve clone() performance #344

Closed hueniverse closed 4 years ago

hueniverse commented 4 years ago

When cloning an object with simple keys, Object.defineProperty() is an overkill. This gives a 3x performance gain for most cases.