Timothy Farrell a2f1c94586 Manage order with sorts and indexing rather than keys
The jury is still out on this.  Indexes are the "right" way to do this but are actually slower in some circumstances.
2018-01-12 11:50:56 -06:00
2017-12-28 22:16:47 -06:00
2017-01-18 08:01:40 -06:00
2017-01-20 22:45:41 -06:00
2017-01-18 08:01:40 -06:00

Portfolio

These are my personal projects.

Packages

FRP tools

Observable property and computed value stores designed to work together for storing real and derived state.

Portal

A utility to expose an asynchronous API between a web worker and its parent.

Router

A slim and unopinionated hash router.

Trimkit

Javascript API abstractions to enhance minification by substituting variables. It's really quite silly.

Dependencies

These are npm --global dependencies:

- [Lerna 2.0.0](https://lernajs.io/)
- [Rollup 0.53.3](https://rollupjs.org/)

Installation

1. Install global dependencies
2. `git clone` the repository
3. `lerna bootstrap`

Now each package is built and ready for use. Stay tuned for working examples.

Description
No description provided
Readme 4.2 MiB
Languages
JavaScript 96.7%
Shell 1.3%
Dockerfile 0.9%
HTML 0.7%
CSS 0.4%