ArrayMappedSet:快速,紧凑的不可变集

时间:2024-05-27 17:45:32
【文件属性】:

文件名称:ArrayMappedSet:快速,紧凑的不可变集

文件大小:22KB

文件格式:ZIP

更新时间:2024-05-27 17:45:32

C#

快速,紧凑的不可变套件 这基于众所周知的哈希数组映射的特里提供了哈希数组映射的集合。 它利用结构编码来实现紧凑性: public struct SimpleSet : IEnumerable { // 1. when children != null, then either a collision node or an internal set node // a. collision nodes have bitmap == 0 // b. internal nodes have bitmap != 0 // 2. when children is null, then either an empty tree or a leaf node // a. empty trees have bitmap == 0


【文件预览】:
ArrayMappedSet-master
----ArrayMappedSet.sln(2KB)
----SetTests()
--------Program.cs(5KB)
--------SetTests.csproj(3KB)
--------Properties()
----LICENSE(26KB)
----ArrayMappedSet()
--------ArrayMappedSet.csproj(2KB)
--------Properties()
--------SimpleSet.cs(17KB)
----.gitignore(3KB)
----README.md(2KB)

网友评论