arr-ai / frozen

Efficient immutable data type library. https://godoc.org/github.com/arr-ai/frozen
Apache License 2.0
13 stars 3 forks source link

Reimplement Map.Keys as a tree operation #27

Open marcelocantos opened 4 years ago

marcelocantos commented 4 years ago

...to leverage auto-parallelism.

KeyValue hashes identically to its keys, so the output tree should have exactly the same node/leaf structure as the input.