-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
In numerous places across the project, standard JS objects are used instead of Maps for Map like data structures.
Maps offer better performance over objects-as-maps, and can be done in places like callback storage (ie object.callbacks[id] = cb;) type patterns.
| this.callbacks = {}; |
| sock.callbacks[cbId].sock = sentSock; |
NormandoHall, crobinson42 and vanchelo
Metadata
Metadata
Assignees
Labels
No labels