NationalSecurityAgency / lemongraph

Log-based transactional graph engine
Other
1.14k stars 149 forks source link

minor code improvements #34

Closed snoyes closed 2 years ago

snoyes commented 2 years ago

For integers outside the range -5..256, the same value may be a unique object, so comparison should be done by value equality (==) rather than identifier equality (is).