stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3k stars 658 forks source link

Performance improvements in Clarity analysis #4908

Closed kantai closed 3 days ago

kantai commented 3 days ago

This PR adds a handful of performance improvements to Clarity analysis (cow/arc behavior in tuple types, simple refactoring in the analysis runtime).

The existing unit tests cover this changeset.