Unverified Commit 61e36409 authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

Cache the RuntimeVersion for code blocks, too (#283)

* Refactor to provide performance improvements for RuntimeVersion lookup, too.

Provides a new runtime_version function which, given a specific , returns
the runtime version for that block, either cached or by executing the block
and caching the result. Exposes that function through all clients to make
most use of that performance improvements.
parent 014561b4
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