我应该使用哪种数据结构在 C# 中存储具有 2 个值的单个键? [关闭]

问题描述 投票:0回答:0

假设我有100s数据,1 int key2 int values..

例如

data1(Int(Key),Int(v1),Int(v2)) data2(Int(Key),Int(v1),Int(v2)) . . data100(Int(Key),Int(v1),Int(v2))

我想存储并且必须经常访问它们,那么我应该使用哪种类型的数据结构来使其高效,比如 Map 或 Arralist 或其他任何东西?

谢谢。

c# unity3d data-structures game-development
© www.soinside.com 2019 - 2024. All rights reserved.