You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating hashmap,
when check if keys already exists even thu it's guaranteed to be not, because we use hashMapInsertUpdateKeyIsPointerReturnNode and not dedicated function
When creating hashmap,
when check if keys already exists even thu it's guaranteed to be not, because we use
hashMapInsertUpdateKeyIsPointerReturnNode
and not dedicated functionhttps://github.com/Bnaya/objectbuffer/blob/develop/src/internal/hashmap/hashmap.ts#L89-L95
Also maybe avoid re-hash on creation if it comes to re balance.
The text was updated successfully, but these errors were encountered: