Dalamud/Dalamud/Storage
srkizer 8822810229
DalamudAssetManager: avoid locks and lookups (#2015)
* Made DalamudAsset-to-something tables into arrays from dictionaries.
  Number of items in the DalamudAsset enum aren't many, and the numbers
  are small enough that implementing lookup tables as arrays aren't
  wasting much memory space.
* Removed locking from asset accessors, while still guaranteeing that
  the load operation happens only once per asset.
* ISharedImmediateTexture: made it not even access assets if textures
  are available.
2024-08-25 15:06:21 +02:00
..
Assets DalamudAssetManager: avoid locks and lookups (#2015) 2024-08-25 15:06:21 +02:00
FileReadException.cs chore: move exception to separate file 2023-09-27 22:41:25 +02:00
ReliableFileStorage.cs Apply most of Api10ToDo (#1782) 2024-04-20 23:25:33 -07:00