Skip to content
Commit c62ff88a authored by Matt Wala's avatar Matt Wala
Browse files

Implement a key builder for structural equality testing.

This adds a class for building a key for equality comparison purposes.
In addition, it stringifies pymbolic expressions to reduce the
overhead of pymbolic expression comparison. This class can also be
used for generating persistent hash keys.

This change also converts instructions to use this class for
persistent hashing.

Related: #67.
parent ecb403ef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment