All Projects → japaric → Heapless

japaric / Heapless

Licence: other
Heapless, `static` friendly data structures

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Heapless

Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (-58.96%)
Mutual labels:  data-structures, no-std
Hat Trie
C++ implementation of a fast and memory efficient HAT-trie
Stars: ✭ 565 (-1.74%)
Mutual labels:  data-structures
Cs Playground React
In-Browser Algorithm and Data Structures Practice
Stars: ✭ 491 (-14.61%)
Mutual labels:  data-structures
Stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
Stars: ✭ 531 (-7.65%)
Mutual labels:  data-structures
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (-13.39%)
Mutual labels:  data-structures
Python intro
Jupyter notebooks in Russian. Introduction to Python, basic algorithms and data structures
Stars: ✭ 538 (-6.43%)
Mutual labels:  data-structures
Competitiveprogramming
A collection of algorithms, data structures and other useful information for competitive programming.
Stars: ✭ 475 (-17.39%)
Mutual labels:  data-structures
Leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Stars: ✭ 5,619 (+877.22%)
Mutual labels:  data-structures
Fastcore
Python supercharged for the fastai library
Stars: ✭ 565 (-1.74%)
Mutual labels:  data-structures
Online Judge Solutions
Solutions to ACM ICPC - style problems
Stars: ✭ 529 (-8%)
Mutual labels:  data-structures
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (-9.57%)
Mutual labels:  data-structures
Pgm Index
🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes
Stars: ✭ 499 (-13.22%)
Mutual labels:  data-structures
Data Structures Using Python
This is my repository for Data Structures using Python
Stars: ✭ 546 (-5.04%)
Mutual labels:  data-structures
T 414 Aflv
T-414-ÁFLV: A Competitive Programming Course
Stars: ✭ 488 (-15.13%)
Mutual labels:  data-structures
Reftree
Automatically generated diagrams and animations for Scala data structures
Stars: ✭ 566 (-1.57%)
Mutual labels:  data-structures
Hellokoding Courses
HelloKoding provides practical coding guides series of Spring Boot, Java, Algorithms, and other topics on software engineering
Stars: ✭ 490 (-14.78%)
Mutual labels:  data-structures
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-9.74%)
Mutual labels:  data-structures
Python Interview Problems For Practice
120+ Common code and interview problems solved in Python **(it's GROWING...)** Give a Star 🌟If it helps you. Please go through the README.md before starting.
Stars: ✭ 538 (-6.43%)
Mutual labels:  data-structures
Algos
Competitive programming algorithms in C++
Stars: ✭ 572 (-0.52%)
Mutual labels:  data-structures
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+1184.35%)
Mutual labels:  data-structures

crates.io crates.io

heapless

static friendly data structures that don't require dynamic memory allocation

Documentation

Change log

Tests

# run all
cargo test --features 'serde','x86-sync-pool'
# run only for example histbuf tests
cargo test histbuf --features 'serde','x86-sync-pool'

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].