urbit/pkg/npm/api/lib
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
..
BigIntOrderedMap.ts interface: new BigIntOrderedMap 2021-04-20 13:31:57 +10:00
index.ts api: brought to parity with livenet 2021-02-24 19:54:00 -08:00
lib.ts api: brought to parity with livenet 2021-02-24 19:54:00 -08:00
types.ts api: brought to parity with livenet 2021-02-24 19:54:00 -08:00