Ryujinx/Ryujinx.Common
gdkchan 6922862db8
Optimize kernel memory block lookup and consolidate RBTree implementations (#3410)
* Implement intrusive red-black tree, use it for HLE kernel block manager

* Implement TreeDictionary using IntrusiveRedBlackTree

* Implement IntervalTree using IntrusiveRedBlackTree

* Implement IntervalTree (on Ryujinx.Memory) using IntrusiveRedBlackTree

* Make PredecessorOf and SuccessorOf internal, expose Predecessor and Successor properties on the node itself

* Allocation free tree node lookup
2022-08-26 18:21:48 +00:00
..
Collections Optimize kernel memory block lookup and consolidate RBTree implementations (#3410) 2022-08-26 18:21:48 +00:00
Configuration Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
Extensions
GraphicsDriver Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
Logging Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
Memory Rename ToSpan to AsSpan (#3556) 2022-08-11 18:07:37 -03:00
Pools
System Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
SystemInfo Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
Utilities Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
AsyncWorkQueue.cs
Hash128.cs
PerformanceCounter.cs
ReactiveObject.cs ReactiveObject: Handle case when oldValue is null (#3268) 2022-04-15 12:58:27 +02:00
ReferenceEqualityComparer.cs
ReleaseInformations.cs Preparation for initial Flatpack and FlatHub integration (#3173) 2022-03-04 18:03:16 +01:00
Ryujinx.Common.csproj
XXHash128.cs