Cargo Features

reactive-signals has no features set by default.

[dependencies]
reactive-signals = { version = "0.1.0-alpha.4", features = ["profile", "unsafe-cell"] }
profile

Enables criterion ^0.4, dhat, and pprof ^0.11

criterion:

Optional: used only when benchmarking and running profiling examples

unsafe-cell

use UnsafeCell instead of RefCell. Gain 40% performance for signal propagation