问题描述
我感兴趣的使用在我的C#应用程序。
I'm interested in using an "unrolled linked list" in my C# application.
是任何人都知道一个稳定的实施,尤其是一个可以让我来配置多少填充每个阵列分配?
Is anyone aware of a stable implementation, especially one that will allow me to configure how much padding to allocate per array?
推荐答案
根据自己的链接二号评论,这样的名单应该在。它是开源的,所以你可以看看代码,看看它是否允许您的情况,或者如果它能够适应轻松满足您的需求。
According to the 2nd comment in your own link, such a list should be implemented in BigList in the PowerCollections library. It's open source, so you could have a look at the code and see if it allows for your scenario, or if it can be adapted to fit your needs easily.
其他重要的是,我现在知道你可以使用任何.NET实现的。
Other than that, I am now aware of any .NET implementations you could use.
这篇关于任何在C#中展开的链接列表的实现?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!