Assign this.thunk to null instead of deleting it
Closed this issue · 1 comments
no-longer-on-githu-b commented
When you use delete on a property, V8 will demote the object to a hash table instead of the original compact sequence of words. Setting the property to null will keep the compact representation.
paf31 commented
👍