FastStack

Iterative data structure

A data structure optimized for fast iteration over large arrays of similar elements

FastStack is dynamically resizable data structure optimized for fast iteration over the large arrays of similar elements avoiding memory fragmentation (e.g., update and rendering cycles of a game scene).

GitHub

13 stars
3 watching
0 forks
Language: Nimrod
last commit: over 8 years ago
Linked from 1 awesome list

nim

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
orium/rpds A Rust implementation of persistent data structures with structural sharing 1,261
vascokk/fullstack-rust A reference implementation of a full-stack Rust application with WebAssembly and Yew framework 93
ruedigermoeller/fast-serialization Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. 1,590
smarr/are-we-fast-yet Comparing language implementations to assess optimization and performance 335
zwyking/fast-stab This project provides an implementation of video stabilization with iterative optimization using deep learning techniques. 33
burntsushi/fst A crate that uses finite state machines to efficiently store and query large sets of data 1,781
zenangst/differific A diffing framework that helps compare Hashable objects using the Paul Heckel's algorithm. 123
kvokov/oh-my-fullstack A full stack web application skeleton 174
rentruewang/koila A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution 1,821
substantial/updeep Makes updating deeply nested objects and arrays in an immutable manner 1,188
archshift/dynstack A stack implementation for trait objects in Rust to minimize allocations 126
kefirski/pytorch_rvae A deep learning implementation of a recurrent variational autoencoder for generating sequential data. 357
steelbreeze/state A library for building hierarchical finite state machines with support for multiple instances and event-based transitions 182
stabbycutyou/moldova A lightweight templating system for generating random data 169
moonstorm/fastcrud A fast and strongly typed .NET ORM library for interacting with various relational databases. 506