runmat-gc 0.2.8

Generational garbage collector for RunMat with optional pointer compression
Documentation
[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_cpus]
version = "1.16"

[dependencies.once_cell]
version = "1.19"

[dependencies.page_size]
version = "0.6"

[dependencies.parking_lot]
version = "0.12"

[dependencies.runmat-accelerate-api]
version = "=0.2.8"

[dependencies.runmat-builtins]
version = "=0.2.8"

[dependencies.runmat-gc-api]
version = "=0.2.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1"

[features]
debug-gc = []
default = []
pointer-compression = []
profile-gc = []

[lib]
name = "runmat_gc"
path = "src/lib.rs"

[package]
authors = ["Dystr Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generational garbage collector for RunMat with optional pointer compression"
edition = "2021"
license = "MIT"
license-file = "LICENSE"
name = "runmat-gc"
readme = "README.md"
version = "0.2.8"

[[test]]
name = "allocation"
path = "tests/allocation.rs"

[[test]]
name = "collection"
path = "tests/collection.rs"

[[test]]
name = "presets"
path = "tests/presets.rs"

[[test]]
name = "stress"
path = "tests/stress.rs"