urbit/pkg/npm
Liam Fitzgerald fc955ab83e
interface: new BigIntOrderedMap
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'.
2021-04-20 13:31:57 +10:00
..
api interface: new BigIntOrderedMap 2021-04-20 13:31:57 +10:00
eslint-config meta: enable package-lock on npm 2021-04-16 13:48:37 -04:00
http-api meta: enable package-lock on npm 2021-04-16 13:48:37 -04:00
README.md added NPM packages 2021-01-26 21:45:18 -08:00

Each one of the folders in this directory is published at @urbit/{folder name}