mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +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'. |
||
---|---|---|
.. | ||
config | ||
dbug | ||
public | ||
src | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
CONTRIBUTING.md | ||
package-lock.json | ||
package.json | ||
preinstall.sh | ||
README.md | ||
tsconfig.json |
interface
Landscape is Tlon's suite of userspace applications (and web interface), currently bundled as part of Arvo.
This directory comprises the source code for the web interface. For code related to the Gall agents that make up the Landscape suite in Arvo, see pkg/arvo.
Contributions and feature requests
For information on how to contribute, see CONTRIBUTING. To submit a feature request, submit to the product board at urbit/landscape.