amit-davidson / Chronos

Chronos - A static race detector for the go language
MIT License
424 stars 11 forks source link

Add function cache #22

Closed amit-davidson closed 3 years ago

amit-davidson commented 3 years ago

Improves performance by caching functions result. This way, functions aren't calculated twice.