Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
8 packages returned for Tags:"BTree"
Sort by
Relevance
Downloads
Recently updated
CSharpTest.
Net.
Collections
by:
csharptest.net
1,647,779 total downloads
last updated
9/6/2014
Latest version:
14.906.1403.1082
B+
Tree
BPlus
BTree
BPlusTree
LinkedHashMap
Dictionary
Binary
File
Storage
==CSharpTest.Net.Collections== * BPlusTree - a fairly full featured IDictionary backed by a B+Tree on disk. * BTreeDictionary - a fully in-memory IDictionary implemented by a B+Tree. * BTreeList - an...
More information
Kashima
by:
iwate
14,490 total downloads
last updated
9/26/2016
Latest version:
0.1.0.25
BTree
Data structure library
CSharpTest.
Net.
BPlusTree
by:
csharptest.net
82,686 total downloads
last updated
1/26/2014
Latest version:
2.14.126.467
B+
Tree
BPlus
BTree
BPlusTree
Dictionary
Binary
File
Storage
==CSharpTest.Net.BPlusTree== This library is a fairly full featured IDictionary<TKey, TValue> implementation backed by a B+Tree on disk. The instance is thread-safe and supports a form of MVCC (Multi...
More information
CodeExMachina.
BTree
by:
CodeExMachina
2,826 total downloads
last updated
6/9/2020
Latest version:
0.2.0
BTree
This package provides an in-memory B-Tree implementation for C#, useful as an ordered, mutable data structure.
FastCollections
by:
russpowers
6,611 total downloads
last updated
10/23/2016
Latest version:
0.2.3
B-tree
Btree
collection
dictionary
sorted
High-performance, memory-efficient collections for .NET. Right now, the package has a fast, compact B-tree based on Google's C++ B-tree library. Other collections are coming soon!
FriendlyCSharp.
Databases
by:
FriendlyCSharp
11,020 total downloads
last updated
5/1/2018
Latest version:
2.0.4
C#
cross-platform
netstandard
key-value
nosql
in-memory
cache
database
b-tree
btree
More tags
Generic B-tree written in C#, which can be replaced with NoSQL database stored in the memory. The B-tree is a generalization of a binary search tree in that a node can have more than two children (Comer 1979,...
More information
Kaos.
Collections
by:
kaosborn
8,964 total downloads
last updated
2/16/2018
Latest version:
4.1.0
Generics
Collections
SortedDictionary
SortedSet
SortedList
BTree
Order
Statistic
Dictionary
Set
More tags
KaosCollections is a .NET library that provides generic collection classes for storing elements that are both sorted and indexed. Two of these classes emulate Microsoft's SortedDictionary and SortedSet while...
More information
CSharp.
DataStructures
by:
filhodapuc
3,631 total downloads
last updated
10/6/2015
Latest version:
1.2.0
DS
data
structures
AVL
Tree
B+
Tree
BTree
Binary
Search
More tags
A library for all the data structures in C#. Every class is generic and reusable.