Nchinda Nchinda

Results 10 comments of Nchinda Nchinda

sure I'll give it a try, going to use sorted merge joins for functionality like ```javascript d3.join() .key(d => d.id) .reduce((a, b) => a.properties.rate = +b.rate) (dataset1, dataset2) ``` I'm...

https://github.com/Firescar96/d3-array/tree/master/src/join https://github.com/Firescar96/d3-array/blob/master/test/join-test.js I haven't written docs for it yet, but the tests should be helpful for how it works til I do. I went with the cartesian product via nested...

Benchmarks against lodash-joins, using their tests ![screenshot-20171206-16 54 01](https://user-images.githubusercontent.com/5351374/33696586-f040ab7a-dad0-11e7-989d-c364858f6a79.png)

The InterPlanetary File System uses this: https://github.com/ipfs/go-ds-leveldb https://ipfs.io

Hadn't heard of streetlight before I forked off of the FirstEast codebase https://github.com/Firescar96/radiance, it compiles but I haven't gotten output to the lights quite right yet I can try to...

By jove, it works, I'll rebase onto master and make a PR soon

This project can longer be considered active. A working version was finished around the end of July, then I started and never finished refactoring [code](https://github.com/Firescar96/Flare). I still work on it...

Yes, it's described here: https://www.npmjs.com/package/material-symbols#usage