Ryujinx/Ryujinx.Common/Utilities
Berkan Diler c40c3905e2
Avoid allocations in .Parse methods (#3760)
* Avoid allocations in .Parse methods

Use the Span overloads of the Parse methods when possible to avoid string allocations and remove one unnecessarry array allocation

* Avoid another string allocation
2022-10-18 23:31:34 +00:00
..
BitUtils.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
Buffers.cs ASTC optimizations (#845) 2020-01-09 02:13:00 +01:00
EmbeddedResources.cs Avoid allocations in .Parse methods (#3760) 2022-10-18 23:31:34 +00:00
HexUtils.cs Logger and Configuration Refactoring (#573) 2019-02-11 09:00:32 -03:00
JsonHelper.cs Miria: The Death of OpenTK 3 (#2194) 2021-04-14 12:28:43 +02:00
MessagePackObjectFormatter.cs prepo: Add a MessagePack object formatter (#1034) 2020-03-26 08:33:18 +11:00
SpanHelpers.cs ASTC optimizations (#845) 2020-01-09 02:13:00 +01:00
StreamUtils.cs hos: Cleanup the project (#2634) 2021-09-15 01:24:49 +02:00