PKHeX/PKHeX.Core/Editing/Bulk
Kurt 5ce3e734b8
Skip initial cctor alloc on non-byte primitives (#3850)
Runtime/jit repoints these to the dll rather than heap if we're Little Endian (always, otherwise will allocate like before).

Eliminates quite a few static constructors, so even faster startup. Items later.
2023-03-25 17:55:55 -07:00
..
ComplexSet File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Suggestion Span-ify MoveSetApplicator 2023-03-21 21:02:13 -07:00
BatchEditing.cs Span-ify MoveSetApplicator 2023-03-21 21:02:13 -07:00
BatchEditor.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
BatchFilters.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
BatchInfo.cs Span-ify MoveSetApplicator 2023-03-21 21:02:13 -07:00
BatchMods.cs Span-ify MoveSetApplicator 2023-03-21 21:02:13 -07:00
ModifyResult.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
StringInstruction.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
StringInstructionSet.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00