8000 Release v3.1.0: Use List for Memoize's cache (performance) · sid-6581/MoreLINQ · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v3.1.0

@atifaziz atifaziz tagged this 15 Nov 08:21
Indexing into an IList<> requires an interface call, and can't be
inlined. Since the cache field is private, there is no reason to
not type it instead as List<>, thus get a free performance gain at
no cost.

Closes #546
Assets 2
Loading
0