Files
Nicolas Dorier 52a73d4dd3 Refactor: Add UIExtensionsRegistry
The component UIExtensionPoint was injecting IEnumerable<IUIExtension>
and then filtering on those.
As the number of IUIExtension grows, this operation grows at O(n).

Now we use UIExtensionsRegistry instead which use lookups. O(1)
2025-11-12 11:52:08 +09:00
..