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
Closed #24: Added a $clone() method to fastmap. (#26)
Fixed #27: If a fastmap object has no holes in the lists storing keys and values, and then it is serialized and then unserialized, the new fastmap would contain zero items. (#28)
Faster implementations of fastmap$keys() and $as_list() methods.