rust-typed-arena

The arena, a fast but limited type of allocator (by thomcc)

Rust-typed-arena Alternatives

Similar projects and alternatives to rust-typed-arena

  • slotmap

    Slotmap data structure for Rust

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rust-typed-arena alternative or higher similarity.

rust-typed-arena reviews and mentions

Posts with mentions or reviews of rust-typed-arena. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-26.
  • Need help with borrowing and moving
    1 project | /r/rust | 26 Apr 2021
    As an aside, this is a well-known enough problem in game development that there is a data structure called an arena to make it easier. A well-known example: https://github.com/SimonSapin/rust-typed-arena
  • Rust: Searching for value in LinkedList
    2 projects | /r/rust | 26 Jan 2021
    For graph-like structures in Rust, you might want to use the arena allocation technique. This means that you store all your nodes in a single Vec (or a specialized type like typed-arena or the already mentioned slotmap) and use indices into the Vec instead of pointers.

Stats

Basic rust-typed-arena repo stats
2
491
0.0
about 1 year ago

thomcc/rust-typed-arena is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of rust-typed-arena is Rust.

Popular Comparisons

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com