PKHeX/PKHeX.Core/Saves/Storage
Kurt 82309cf99d Use Memory<byte> for Gen4 saves
Instead of allocating a buffer for Storage/General, just point within the raw Data, as a Memory<byte> reference. Most of the uses were already using it as span.
2023-03-26 15:16:12 -07:00
..
Bank3.cs Use span for savefile slot API 2023-03-25 23:14:50 -07:00
Bank4.cs Use span for savefile slot API 2023-03-25 23:14:50 -07:00
Bank7.cs Use span for savefile slot API 2023-03-25 23:14:50 -07:00
BulkStorage.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
PKMImportSetting.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SAV4Ranch.cs Use Memory<byte> for Gen4 saves 2023-03-26 15:16:12 -07:00
SlotPointerUtil.cs Minor perf improvement (spans) 2022-06-25 23:08:28 -07:00
StorageSlotSource.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00