Sharp.Collections.PooledLinkedList:.NET单链接列表,具有改进的缓存性能

时间:2021-04-18 21:16:16
【文件属性】:
文件名称:Sharp.Collections.PooledLinkedList:.NET单链接列表,具有改进的缓存性能
文件大小:23KB
文件格式:ZIP
更新时间:2021-04-18 21:16:16
C# Sharp.Collections.PooledLinkedList 使用节点池实现的.NET单链接列表数据结构,相对于传统的链接列表而言,可以提高缓存性能。 地位 工作正在进行中。 建造 要求: 保持100%的测试覆盖率 保持100%的文档覆盖率 使用Visual Studio 2019或从命令行构建: # The default: build and run tests Make.ps1 [ - Test ] [ - Configuration < String> ] # Just build; don't run tests Make.ps1 - Build [ - Configuration < String> ] # Build and run tests w/coverage Make.ps1 - Coverage [ - Configuration < String
【文件预览】:
Sharp.Collections.PooledLinkedList-master
----Sharp.Collections.PooledLinkedList()
--------PooledLinkedList.Enumerator.cs(3KB)
--------PooledLinkedList.cs(8KB)
--------PooledLinkedList.NodePool.cs(4KB)
--------NodeIdHelpers.cs(1KB)
--------Compatibility.cs(1KB)
--------Sharp.Collections.PooledLinkedList.csproj(2KB)
----.gitattributes(129B)
----General.props(2KB)
----Make.ps1(4KB)
----CHANGES.md(521B)
----LICENSE.txt(728B)
----README.md(1KB)
----Sharp.Collections.PooledLinkedList.sln(2KB)
----General.cs(1KB)
----.editorconfig(88B)
----Set-Version.ps1(5KB)
----.gitignore(228B)
----Sharp.Collections.PooledLinkedList.Tests()
--------PooledLinkedListTests.cs(4KB)
--------Properties()
--------Sharp.Collections.PooledLinkedList.Tests.csproj(2KB)
----InheritDoc.targets(1KB)

网友评论