Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
inglor
on Aug 21, 2017
|
parent
|
context
|
favorite
| on:
How JavaScript works: inside the V8 engine
Objects have a length overhead. At Bluebird we used objects and used a bitmask on the length so it's fast. (We use less slots than an array actually)
I was just pointing out that Objects weren't slow for indexed access.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I was just pointing out that Objects weren't slow for indexed access.