Jay Kickliter
Jay Kickliter
Add ability to merge res0 nodes from several disktrees.
For completeness sake, might as well implement IntoIterator which consumes the inner nodes and returns owned values.
Sometimes you don't want to compact a tree until all nodes have been inserted. w
Major goal: it would be awesome it we could both construct a compacted tree and drain it to a vec faster than calling libh3's `compact()` function. My gut feeling is...
The PFL format of `VecLen, Spacing, Samples...` can be a serious performance bottleneck and isn't necessary. It is a bottle neck in that it either mandates that the source of...
PFL can be const since it isn't modified
[This](https://github.com/JunoLab/ObjectiveC.jl/blob/master/src/ObjectiveC.jl#L31) commented out line is breaking the Cocoa functionality of the package. Was it because `nsrect` isn't working? I had to definition to this to get it to work: ```...
Using the master branch of this package fails when ExpressionMatch.jl is not installed.
It's fairly common for rust collections to allow using a borrowed type when querying, e.g. calling `get()` with a `&str` when the key type is `String`.