Crate rarena_allocator

source ·
Expand description

rarena-allocator

Lock-free ARENA allocator which can be used in both memory and on-disk.

github LoC Build codecov

docs.rs crates.io crates.io license

§Installation

[dependencies]
rarena-allocator = "0.0.0"
§License

rarena-allocator is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2024 Al Liu.

Re-exports§

Modules§

Structs§

  • Options for creating an ARENA
  • MmapOptionsmemmap and non-target_family="wasm"
    A memory map options for file backed SkipMap, providing advanced options and flags for specifying memory map behavior.
  • OpenOptionsmemmap and non-target_family="wasm"
    Options for opening a file for memory mapping.