Skip to content

Commit

Permalink
[build] Update last_commit:
Browse files Browse the repository at this point in the history
Revert behavior of deep= on mutable keys.

Mutable keys are a minefield for comparisons, as resolving
equality require re-implementing a lot of the internal structures, as
well as dealing with multiple mutable keys that are in the same
equivalency class by deep=.

Simplifying the implementation to not resole mutable keys is much
simpler, faster, and has the benefit that deep= and deep-not= do not
need to allocate.
  • Loading branch information
leafgarland committed Dec 21, 2024
1 parent 65ced03 commit f036ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion last_commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1b49934e4fd6b53e1116d5964fa639dbe28aa065
746ced55019d07f3de25e40ce6efb20dbd4ae95b

0 comments on commit f036ce2

Please sign in to comment.