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,299
vascokk/fullstack-rust A reference implementation of a full-stack Rust application with WebAssembly and Yew framework 95
ruedigermoeller/fast-serialization Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. 1,591
smarr/are-we-fast-yet Comparing language implementations to assess optimization and performance 339
zwyking/fast-stab This project provides an implementation of video stabilization with iterative optimization using deep learning techniques. 34
burntsushi/fst A crate that uses finite state machines to efficiently store and query large sets of data 1,802
zenangst/differific A framework for comparing and updating data in Swift applications with high performance and customizable diffing. 123
kvokov/oh-my-fullstack A full stack web application skeleton 175
rentruewang/koila A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution 1,823
substantial/updeep Makes updating deeply nested objects and arrays in an immutable manner 1,189
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 185
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