Skip to content

reem/adamantium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adamantium

Immutable, shareable, functional data structures in Rust.

These data structures use Arc rather than Box as their pointer type, allowing them to support non-blocking concurrent reads and be memory efficient by sharing non-modified sub-structures.

Currently Implemented:

  • Cons-List
  • Size-Balanced Binary-Search-Tree

Future Plans:

  • Patricia Tree
  • General Trie
  • Heap of some kind
  • Priority Queue of some kind
  • O(1) Deque
  • Suggestions Welcome :)

About

Functional, Persistent Data Structures in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages