gpt4 book ai didi

ruby 新手 : are hashes speedy and optimal for storage or should I make a tuple?

转载 作者:太空宇宙 更新时间:2023-11-03 18:01:22 24 4
gpt4 key购买 nike

这是我在 Ruby 中处理的一个非常简单的问题,但我是一个完全的菜鸟,所以我想学习最正确的解决方案。我有一个包含名称和值的数据列表。我需要记住所有这些(显而易见的答案:散列)。但是,我还需要记住这些数据的顺序。所以它看起来像:

x=1
y=2
z=3

我正在考虑制作一个包含 1 个元素的哈希数组:

[0 => {'x' => 1},
1 => {'y' => 2},
2 => {'z' => 3}]

哈希是这种情况下的最佳选择吗?有什么原因会导致它们变慢或不是最优的吗?

最佳答案

使用 Ruby 1.9。哈希在这里排序。

关于 ruby 新手 : are hashes speedy and optimal for storage or should I make a tuple?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3687522/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com