mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 04:19:22 +03:00
fc955ab83e
New ordered map implementation that is faster and more space efficient. Stores the map and keys as a flat POJO, sorting them upon iteration. The sorting cost is only typically paid once per render however as the sorted array is cached until the map is mutated. This implementation appears to play nicer with immer's structural sharing, reducing the incidence of 'props are equal by value, but not by reference'. |
||
---|---|---|
.. | ||
api | ||
eslint-config | ||
http-api | ||
README.md |
Each one of the folders in this directory is published at @urbit/{folder name}