Add default bucketing when adding an item

This commit is contained in:
Matt Nadareski
2024-03-19 12:53:38 -04:00
parent b6c3cb40c9
commit e2edda35eb
2 changed files with 38 additions and 23 deletions

View File

@@ -21,10 +21,6 @@ namespace SabreTools.DatFiles
/// <summary>
/// Item dictionary with statistics, bucketing, and sorting
/// </summary>
/// <remarks>
/// TODO: Make this into a database model instead of just an in-memory object
/// This will help handle extremely large sets
/// </remarks>
[JsonObject("items"), XmlRoot("items")]
public class ItemDictionary : IDictionary<string, ConcurrentList<DatItem>?>
{