generational arena …arena-allocator? …data-structures? …memory?

  1. typed-arena

    The arena, a fast but limited type of allocator

    v2.0.2 644K #arena #allocation #allocator #limited #single #object #typed
  2. generational-arena

    A safe arena allocator that supports deletion without suffering from the ABA problem by using generational indices

    v0.2.9 85K #arena-allocator #arena #ecs #index #generation
  3. slotmap

    data structure

    v1.0.7 611K #reference #graph-node #arena #allocator #data-structures #storage
  4. thunderdome

    Fast arena allocator with compact generational indices

    v0.6.1 5.5K #generational-arena #generational #arena #arena-allocator #slab #constant-time
  5. components-arena

    creating complex domain-specific self-referential data structures

    v4.1.4 460 #generational-arena #arena #graph #tree #data-structures #entity #generational
  6. gc-arena

    safe, incrementally garbage collected arenas

    v0.5.0 3.8K #garbage-collection #arena #pointers #collected #safe #object-safe #memory
  7. generational-indextree

    Arena based tree structure by using indices instead of reference counted pointers

    v1.1.4 #tree-structure #tree #generational-arena #arena #generational #tree-node #index
  8. rec-wars

    A top-down vehicle shooter game playable in the browser

    v0.1.5 130 #game #multiplayer-game #vehicle #browser #weapon #rec-war #top-down
  9. plushy

    Comfiest generational arenas for Rust

    v0.1.3 #generational #game #generational-arena #component #comfy #builds #type
  10. generational-box

    A box backed by a generational runtime

    v0.5.0 8.0K #generational #memory #memory-allocator #allocator #box
  11. triple_arena

    Regular, Chain, Surjection, and Ordered Arenas supporting non-Clone types, deletion, and more

    v0.13.0 260 #arena #generation #no-std #data-structures #linked-list
  12. grit-data-prison

    providing the struct Prison<T>, a Generational Arena that allows full interior mutability to each and every element

    v0.4.0 #generational-arena #interior-mutability #arena #memory-safe #data-structures
  13. generational-cache

    Generational Arena based cache impls. in 100% safe, [no_std] compatible Rust.

    v0.2.2 #generational-arena #lru-cache #cache #no-std-compatible #no-std
  14. alot

    A forbid-unsafe, generational slot map with usize-sized IDs

    v0.3.1 410 #collection #slot #generational #structure #id #order #unique
  15. id-arena

    id-based arena

    v2.2.1 517K #arena-allocation #id #object-id #data-structures #allocated #id-based #identifier
  16. slotmap-map

    Slotmap data structure

    v1.0.7 #slotmap #reference #arena #allocator #storage #data-structure
  17. gen_value

    indexes and values with generations for vectors

    v0.7.0 360 #index #generation #ecs
  18. Try searching with DuckDuckGo or on crates.io.

  19. pulz-arena

    A generational arena allocator with compact generational indices

    v0.4.0 #generational-arena #arena-allocator #arena #generational #collection
  20. loro-thunderdome

    Fork of thunderdome: Fast arena allocator with compact generational indices

    v0.6.2 #generational-arena #generational #arena #arena-allocator #slab
  21. internment

    Easy interning of data

    v0.7.4 97K #interning #hash #cache #string-interning #hashconsing #interned #store
  22. rs_poker

    help with any Rust code dealing with poker. This includes card values, suits, hands, hand ranks, 5 card hand strength calculation, 7 card hand strength calulcation, and monte carlo game simulation helpers.

    v3.0.0-beta.14 800 #poker #card #monte-carlo #cards
  23. typed-generational-arena

    A safe arena allocator that supports deletion without suffering from the ABA problem by using generational indices. Now with typed indices and custom integer types for generations!

    v0.2.5 850 #arena-allocator #arena #generation #index #ecs
  24. atomic-arena

    Generational arena allows reserving keys from other threads

    v0.1.1 6.9K #generational-arena #arena #generational #thread #key
  25. bvh-arena

    A bounding-volume hierarchy for in-game broad-phase collision detection

    v1.1.3 550 #collision-detection #bounding-volume #bvh #volume #aa-bb #bounding #sah
  26. moving_gc_arena

    Lightweight Garbage-collectable regions using indices and explicit roots

    v0.3.3 #garbage-collection #garbage #memory #graph #graph-algorithms #memory-region #data-structure
  27. vec-tree

    A safe tree using an arena allocator that allows deletion without suffering from the ABA problem by using generational indices

    v0.1.2 #arena-allocator #tree #arena #ecs #generation
  28. generational_token_list

    A doubly-linked list backed by generational-arena

    v0.1.5 #list #generational-arena #backed #structure #data-structures #items #token
  29. knossos

    generating and rendering mazes

    v0.4.0 #maze #algorithm #procedural #labyrinth #save-file #image-format
  30. gll-pg-core

    A parser generator for GLL grammar, core library

    v0.5.0 #parser-generator #lexer #parser #gll #recursion #grammar #logo
  31. generational-lru

    A generational arena based LRU Cache implementation in 100% safe rust

    v0.1.2 #lru-cache #generational-arena #lru
  32. generational-arena-dom

    A DOM implementation for html5ever that uses generational-arenas

    v0.1.0 #dom #arena #html5ever #generational-arena
  33. foundation-arena

    Heapless arena allocator

    v0.1.0 #arena-allocator #heapless #foundation
  34. riddance

    retiring, recyclable, reservable IDs

    v0.1.1 140 #id #registry #generation #arena #unique-id #slotmap
  35. toy_arena

    Extensible generational arena for various uses

    v0.2.0 #generational-arena #information #extensible
  36. generational-arena-tree

    Trees based on indexes to a generational arena

    v0.0.0-dev.5 #node #generational-arena #index #children #tree #split #deque
  37. langlang

    parser generator based on Parsing Expression Grammars (tools)

    v0.1.2 #parser-generator #grammar #expression #recursion #language #error #white-space
  38. cranelift-entity

    Data structures using entity references as mapping keys

    v0.106.0 485K #entity #map #set #data-structures
  39. wasmtime-slab

    Uni-typed slab with a free list for use in Wasmtime

    v19.0.0 #slab #wasmtime #free #list #entries #arena #uni-typed
  40. onnxruntime

    Wrapper around Microsoft's ONNX Runtime

    v0.0.14 500 #onnx #bindings #neural-network
  41. onnxruntime-ng

    Wrapper around Microsoft's ONNX Runtime

    v1.16.1 #onnx #neural-network #bindings
  42. ferroc

    A fast & lock-free memory allocator library

    v1.0.0-pre.2 1.3K #memory-allocator #memory #allocator #lock-free #heap
  43. pui-arena

    Generalized Arenas that can be used on no_std

    v0.5.1 #arena #unique #identifier
  44. arenas

    Arena data structure for efficiently adding & removing items with stable IDs

    v0.2.0 #arena #zone #area #memory-context #data-structures
  45. genmap

    generational map data structure with no dependencies

    v1.0.3 #slotmap #data-structures #storage #data
  46. provenance

    Container structures that generate key upon insertion that only works with the map that generated it

    v0.1.0 #key #map #generate-keys #arena #storage
  47. chainlink

    An arena-backed doubly linked list in 100% safe Rust

    v0.1.0 #linked-list #arena #vec
  48. shared_arena

    A thread-safe & efficient memory pool

    v0.8.4 #memory-pool #pool #memory #thread #memory-management
  49. second-stack

    A fast allocator for short-lived slices and large values

    v0.3.5 #stack #slice #memory-allocator #memory-management #heap-allocator
  50. dioxus-ssr

    Dioxus render-to-string

    v0.5.0 2.2K #ssr #ui #server-side-rendering #react #dom #gui #web-server
  51. grapes

    Persistent graph data structures: Tree, Graph, Arena & more

    v0.3.0 #graph #persistent #tree #data-structure #immutability
  52. piccolo

    Stackless Lua VM implemented in pure Rust

    v0.3.1 470 #lua #vm #stackless #garbage-collection #implemented #experimental #lua-script
  53. starsector

    Org mode structural parser/emitter with an emphasis on modularity and avoiding edits unrelated to changes

    v1.0.1 #org-mode #parser #emacs #tree-structure #parse-tree #text-parser
  54. cargo-screeps

    Build tool for deploying Rust WASM code to Screeps game servers

    v0.5.2 #game-server #screeps #build #upload #deploying #deployment #wasm-pack
  55. jja

    swiss army knife for chess file formats

    v0.9.0 8.3K #file-format #chess #command-line-tool #format-file #utility #file-extension #output-format
  56. luau-ast-rs

    A Parser and AST for Luau and Lua5.1 written in Rust

    v0.1.29 #ast-parser #ast #luau #parser #roblox #lua
  57. html5ever-arena-dom

    Parse templates, and tidy them up using html5ever

    v0.1.2 #template #html #markup
  58. quicksilver

    game framework for 2D games in pure Rust

    v0.4.0 700 #graphics #audio #gamedev #2d-game #game
  59. indexed-hash-set

    A bidirectional set whose entries can either be accessed via an index or via hashing

    v0.1.0 #set #hash-set #index #hash

Narrow the search: generational arena arena-allocator, …data-structures, …memory, …game, …parser, …index, …slotmap, …language, …neural-network, …data