pulse_slab 0.3.0-beta.3
pulse_slab: ^0.3.0-beta.3 copied to clipboard
Compact transactional typed-memory state storage for high-throughput reactive Dart applications.
Pulse Slab Dart core example #
Run this example from the packages/pulse_slab directory:
dart run example/pulse_slab_core_example.dart
It defines a compact record layout, allocates one record, commits a transactional update, and reads the latest committed value without requiring Flutter.