Skip to content

Internal `FHashMap` improvements; better map `union` operation.

Choose a tag to compare

@slburson slburson released this 14 Mar 03:24
· 8 commits to master since this release

The hash codes of node keys are now cached, improving performance,
particularly on gets.

FMap.union now accepts an optional value combiner, making it more
general.