任何在C#中展开的链接列表的实现? [英] Any implementation of an Unrolled Linked List in C#?

查看:274
本文介绍了任何在C#中展开的链接列表的实现?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我感兴趣的使用展开链接列表在我的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?

推荐答案

根据自己的链接二号评论,这样的名单应该在 BigList库。它是开源的,所以你可以看看代码,看看它是否允许您的情况,或者如果它能够适应轻松满足您的需求。

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#中展开的链接列表的实现?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆