Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for rust data structure
data-structure
x
rust
x
25 search results found
Rust
⭐
18,988
All Algorithms implemented in Rust
Crossbeam
⭐
7,246
Tools for concurrent programming in Rust
Rust Algorithms
⭐
3,665
Common data structures and algorithms in Rust
Dashmap
⭐
2,482
Blazing fast concurrent HashMap for Rust.
Rust Bio
⭐
1,428
This library provides implementations of many algorithms and data structures that are useful for bioinformatics. All provided implementations are rigorously tested via continuous integration.
Al Go Rithms
⭐
1,298
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Slotmap
⭐
949
Slotmap data structure for Rust
Algorithms
⭐
736
A repository of different Algorithms and Data Structures implemented in many programming languages.
Algorithm
⭐
494
Algorithms written in Rust
Imhex Patterns
⭐
486
Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor
Hands On Data Structures And Algorithms With Rust
⭐
419
Hands-On Data Structures and Algorithms with Rust, published by Packt
Event Listener
⭐
361
Notify async tasks or threads
Graph
⭐
321
A library for high-performant graph algorithms.
Rust Algorithm Club
⭐
297
Learn algorithms and data structures with Rust
Staticvec
⭐
268
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Ods
⭐
260
Open Data Structures (in Rust)
Hypergraph
⭐
259
Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.
Acmer Qualification Code
⭐
215
ACMer 入门级算法模板
Swym
⭐
175
Efficient transactional memory in rust.
Algo
⭐
174
Algorithms and data structures implemented in Go, JS, TypeScript, Rust, and Swift.
Leapfrog
⭐
170
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
Graphlib
⭐
158
Simple but powerful graph library for Rust
Rust_radix_trie
⭐
147
Fast generic radix trie implemented in Rust
Priority Queue
⭐
145
A priority queue for Rust with efficient change function.
Neetcode 150
⭐
123
My NeetCode 150 Practice Problems. Neetcode 150 @ https://neetcode.io/ is a list of 150 LeetCode problems designed to cover all possible patterns & topics in data structures. Mainly implementing in C, C++, Rust , Python & Java.
Coca
⭐
122
Allocation-free data structures that make do with the memory they're given
Rust Algorithms
⭐
107
Algorithms and Data Structures of all kinds written in Rust.
Xorf
⭐
106
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
Redis Rope
⭐
99
🪢 A fast native data type for manipulating large strings in Redis
Patricia_tree
⭐
95
A memory-efficient patricia tree implementation written in Rust
Qp Trie Rs
⭐
86
An idiomatic and fast QP-trie implementation in pure Rust.
Result
⭐
82
Result object for PHP inspired by Rust
Sokoban
⭐
80
Compact, efficient data structures in contiguous byte arrays
Indexlist
⭐
78
indexlist: A doubly linked list, backed by a vector
Yclass
⭐
76
Inspect and recreate in-memory data structures
Btree
⭐
76
A persistent B+Tree (clustered index) implementation in Rust.
Algorithm Playground
⭐
73
An (old) and unstructured (messy tbh) collection of programming exercises.
Algorithms
⭐
56
✨ a bunch of algorithms in a bunch of languages ✨
Gryf
⭐
53
Graph data structure library aspiring to be convenient, versatile, correct and performant.
Rotated Array Set
⭐
51
A sorted array with O(lg n) access and O(√n) inserts and deletes
Rustz
⭐
50
Rustz is a library for functional programming in Rust
Lox
⭐
47
Fast polygon mesh library with different data structures and traits to abstract over those.
Ritelinked
⭐
46
RiteLinked - LinkedHashMap & LinkedHashSet in Rust
Simple Sds
⭐
44
Simple succinct data structures (in Rust)
Hands On Data Structures And Algorithms In Rust
⭐
41
Hands-On Data Structures and Algorithms in Rust [Video], published by Packt
Lockless
⭐
40
Composable, lock-free, allocation-light data structures
Static Alloc
⭐
39
Data structures like Rust `alloc` which reuse user allocated memory
Option
⭐
38
Option object for PHP inspired by Rust
Usher
⭐
37
Parameterized routing for generic resources in Rust
Weedle
⭐
37
A WebIDL Parser
Cs Resources
⭐
36
Curated Computer Science and Programming Resource Guide
Rust Notes
⭐
34
Rust Series,语法基础、数据结构、并发编程、工程实践,常见的代码示例 & 数据结构与算法
Treelike
⭐
34
A trait to abstract over common tree functionality
Micromap
⭐
33
📈 A much faster (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap
Rust Type Freak
⭐
32
Collection of typed data structures, trait operators and aliases
Succinct Rs
⭐
31
Succinct Data Structures for Rust
Rabbot
⭐
31
Abstract binding tree code generator
Competitive Programming
⭐
29
Resources for Competitive Programming
Rust Darts
⭐
29
Double Array Trie in Rust
Vers
⭐
28
very efficient rank and select
Redo
⭐
27
Use the undo crate instead.
Desync
⭐
27
Hassle-free asynchronous programming for Rust
Nodit
⭐
27
This crate provides NoditMap and NoditSet, Non-Overlapping Discrete Interval Tree data-structures, which are based off BTreeMap.
Nibble
⭐
26
Sharded
⭐
25
Safe, fast, and obvious concurrent collections in Rust.
Space
⭐
25
Spatial library for Rust
Toolshed
⭐
24
Arena allocator and a handful of useful data structures
Hashcow
⭐
24
A Rust HashMap implementation with copy-on-write keys and values
Cuneiform
⭐
23
Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.
Fixie Trie
⭐
22
Compact tries for fixed-width keys
Rust Programming In Action
⭐
21
《Rust编程:入门、实战与进阶》源码
Rimu
⭐
21
Template language for structured data: functional YAML 🌱
Leetcode Rust
⭐
21
My Leetcode solutions in rust
Playground
⭐
20
🎮 Algorithms and data structures made simple
Syn Serde
⭐
20
Library to serialize and deserialize Syn syntax trees.
Crawdad
⭐
19
🦞 Rust library of natural language dictionaries using character-wise double-array tries.
All_programs_and_algorithms
⭐
19
In this repository, you can add all your programs and algorithm using any coding languages
Rust Algorithms
⭐
19
algorithms and data structures implemented in rust
Rust Lightning Invoice
⭐
18
lightning BOLT 11 invoice implementation
Rust_sequence_trie
⭐
18
Ergonomic trie data structure
Rose_tree Rs
⭐
18
An implementation of the "rose tree" data structure for Rust.
Concurrent Data Structure
⭐
17
Concurrent Data Structure for Rust
Datatoolkit
⭐
17
Pure Rust multithreaded dataframe and timeseries library inspired by Python Pandas
Development_learning
⭐
17
A repository which will contain all my learning techs as I move forward. Will be learning and adding new projects. Anyone can clone this project and use it for reference.
Priq
⭐
17
Blazing fast Priority Queue that allows sorting for elements with partial ordering
Splay_tree
⭐
15
Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust
Scalable_cuckoo_filter
⭐
15
A variant of Cuckoo Filter whose size automatically scales as necessary
Attr
⭐
15
Algorithmica
⭐
15
Implementation of DS and Algorithms in Rust
Coding Challenge
⭐
14
Algorithms and Data-structures, problems and solutions in Rust lanaguage
Baguette
⭐
14
High-performance concurrency and parallelism in Rust.
Ulist
⭐
13
Ultra fast list/array for Python.
Vertree
⭐
13
a tree. with versions.
Rust Algorithms
⭐
13
common data structures and algorithms are implemented using rust.
Sortedvec
⭐
12
Rust vector types without dependencies that enable quick lookups
Incremental Topo
⭐
12
Data structure to maintain an incremental topological ordering over a collection of values
Rsx Primitives
⭐
12
Basic component primitives necessary to render any RSX elements
Tydi
⭐
11
Tydi: an open specification for complex data structures over hardware streams
Strings.rs
⭐
11
String data structures for Rust
Microstack
⭐
11
The most primitive and the fastest implementation of a fixed-size last-in-first-out stack on stack in Rust, for Copy-implementing types
Related Searches
Algorithms Data Structure (3,891)
Command Line Rust (3,187)
C Plus Plus Data Structure (2,202)
Rust R (1,912)
Java Data Structure (1,708)
Python Data Structure (1,647)
Javascript Rust (1,421)
Javascript Data Structure (1,411)
Video Game Rust (1,177)
Rust Bindings (1,155)
1-25 of 25 search results
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.