reflekt icon indicating copy to clipboard operation
reflekt copied to clipboard

Consider caching results of all queries in storage objects

Open CommanderTvis opened this issue 1 year ago • 0 comments

Instead of having storage for metadata, we can store each query result and avoid whens in ReflektImpl that cause O(n) time complexity for each invocation.

CommanderTvis avatar Aug 16 '22 09:08 CommanderTvis