-
hi_sparse_bitset Public
Hierarchical sparse bitset
-
-
-
chute Public
An mpmc/spmc lock-free broadcast queue.
-
rc_event_queue Public
VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.
-
any_vec Public
Rust type erased vector.
-
wide Public
Forked from Lokathor/wideA crate to help you go wide. By which I mean use SIMD stuff.
Rust zlib License UpdatedOct 16, 2023 -
segvec Public
Forked from mccolljr/segvecSegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
Rust MIT License UpdatedAug 21, 2023 -
hashbrown Public
Forked from rust-lang/hashbrownRust port of Google's SwissTable hash map
Rust Apache License 2.0 UpdatedFeb 22, 2023 -
rfcs Public
Forked from bevyengine/rfcsSuggest changes to Bevy and view accepted designs
MIT License UpdatedOct 6, 2021 -
loom Public
Forked from tokio-rs/loomConcurrency permutation testing tool for Rust.
Rust MIT License UpdatedOct 5, 2021 -
bevy Public
Forked from bevyengine/bevyA refreshingly simple data-driven game engine built in Rust
Rust MIT License UpdatedJul 22, 2021 -
-
range-v3 Public
Forked from ericniebler/range-v3Experimental range library for C++11/14/17
C++ Other UpdatedAug 9, 2019 -
-
-
trackable_ptr Public
Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.
-
-
-
reactive Public
Simple, non intrusive reactive programming library for C++. (Events + Observable Properties + Reactive Properties)
-
SignalSlot Public
Space efficient signal-slot system for common use. Movable! Slot/Signal interface can contatin multiple methods.
-
epoch_pattern Public
More powerful and less intrusive version of dirty flag. Each mutation incerease epoch counter. Allow to track changes in entangled parts of object.
-
cpp_property Public
Zero overhead C# like properties for C++!
-
variant_w_base Public
c++ variant with direct base class access.
C++ MIT License UpdatedMay 23, 2018 -
-
-
cpp2android Public
Android native UI with c++! (like Xamarin but for c++)
-
-
SyncedChunkedArray Public
Thread-safe unordered container, with thread-safe elements access/mutation, std::vector iteration speed and stable iterators
-