-
orx-composable Public
early stage, name & description to be worked on, idea is composable business rules or constraints or objectives
Apache License 2.0 UpdatedJun 21, 2025 -
orx-parallel Public
A performant and configurable parallel computing library for computations defined as compositions of iterator methods.
-
orx-concurrent-iter Public
A thread-safe and ergonomic concurrent iterator trait and efficient lock-free implementations.
-
orx-tree Public
A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and traversal features.
-
orx-selfref-col Public
SelfRefCol is a core data structure to conveniently build safe and efficient self referential collections, such as linked lists and trees.
-
-
orx-linked-list Public
A linked list implementation with unique features and an extended list of constant time methods providing high performance traversals and mutations.
-
orx-imp-vec Public
ImpVec stands for immutable push vector 👿, it is a data structure which allows appending elements with a shared reference.
Rust Apache License 2.0 UpdatedMay 24, 2025 -
awesome-rust-1 Public
Forked from awesome-rust-com/awesome-rustAwesome Rust
Rust UpdatedMay 19, 2025 -
orx-split-vec Public
An efficient dynamic capacity vector with pinned element guarantees.
-
orx-fixed-vec Public
An efficient fixed capacity vector with pinned element guarantees.
-
awesome-rust Public
Forked from rust-unofficial/awesome-rustA curated list of Rust code and resources.
Rust Creative Commons Zero v1.0 Universal UpdatedMay 5, 2025 -
orx-concurrent-vec Public
A thread-safe, efficient and lock-free vector allowing concurrent grow, read and update operations.
-
orx-concurrent-ordered-bag Public
An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance and ordered concurrent collection.
-
orx-concurrent-option Public
ConcurrentOption is a thread-safe and lock-free read-write option type.
Rust Apache License 2.0 UpdatedApr 11, 2025 -
orx-concurrent-bag Public
An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance concurrent collection.
-
orx-pinned-concurrent-col Public
A core data structure with a focus to enable high performance, possibly lock-free, concurrent collections using a PinnedVec as the underlying storage.
Rust Apache License 2.0 UpdatedApr 11, 2025 -
-
orx-pinned-vec Public
PinnedVec trait defines the interface for vectors which guarantee that elements added to the vector are pinned to their memory locations unless explicitly changed.
-
orx-pseudo-default Public
PseudoDefault trait allows to create a cheap default instance of a type, which does not claim to be useful.
-
orx-pseudo-default-derive Public
Derives the PseudoDefault trait that allows to create a cheap default instance of a type, which does not claim to be useful.
Rust Apache License 2.0 UpdatedApr 6, 2025 -
orx-priority-queue Public
Priority queue traits and efficient d-ary heap implementations.
-
orx-iterable Public
Defines and implements Iterable, Collection and CollectionMut traits to represent types that can be iterated over multiple times.
-
orx-self-or Public
Defines SoR (self-or-ref) and SoM (self-or-mut) traits that are useful in reducing code duplication and pushing forward the ownership transfer decision from the type designer to the consumer.
-
orxfun-notes Public
A notebook about orxfun development. https://orxfun.github.io/orxfun-notes/
TypeScript UpdatedFeb 26, 2025 -
-
this-week-in-rust Public
Forked from rust-lang/this-week-in-rustData for this-week-in-rust.org
HTML UpdatedDec 9, 2024 -
orx-funvec Public
Traits to unify access to elements of n-dimensional vectors which are particularly useful in algorithms requiring both flexibility through abstraction over inputs and performance through monomorphi…
Rust MIT License UpdatedNov 19, 2024 -
orx-bench-shortest-path Public
Benchmarks for single source single sink shortest path implementations
Rust MIT License UpdatedAug 30, 2024 -
orx-closure Public
An explicit closure with absolute seperation of the captured data from the function.
Rust MIT License UpdatedFeb 28, 2024