David Ellis

Results 212 comments of David Ellis

This is a graph theory problem. Making sure a set of hexagons are all contiguous should be doable relatively cheaply. Also confirming there are no holes is more complex, though....

Oh, and that `hashset` may or may not be necessary in your language of choice depending on if your HashMap implementation has a `hashmap.has(key)` method (or equivalent). The do-while with...

So... I don't see any tests for the `h3` binary at all. Will like to discuss with you guys how we want to test it.

> So... I don't see any tests for the `h3` binary at all. Will like to discuss with you guys how we want to test it. I finally found the...

Hi @ArniJohannesson I will bring up those instructions in the next meeting because they are slightly wrong for those installing the C library directly (and not using one of the...

In this case, I probably want to delete the bad file from disk, so will simply try-catch and unlink the file in that situation.

So we've never actually _used_ the `blocking` method in any of our prod code, but this is a public repo so we should either deprecate it or publish 0.5.0 after...

`mulitransport-multirpc`! But more seriously, we did investigate MsgPack and found it was _more_ CPU intensive than JSON-RPC in Node. Granted this was in node 0.8 days and you'll still have...

I don't remember the details too well. @squamos was the one who did most of the testing with MsgPack, but the increased CPU load would automatically imply a lower throughput...

I have no problem with making it possible to provide a "substitute JSON". It will be a bit more work because now the code will have to check if the...