Add future work notes

This commit is contained in:
Matt Nadareski
2022-11-03 12:23:10 -07:00
parent ee356fb8a2
commit ee928c52ae
2 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ 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>>
{