fsharp-hashcollections
fsharp-hashcollections copied to clipboard
Add bitmap checking to speed up equality
Instead of having to do a deep equals we can add a check on the bitmaps in each of the nodes. If they differ in any way there is little need to do deep equality on each node.