zero_mut 0.1.1
zero_mut: ^0.1.1 copied to clipboard
Zero-overhead compile-time immutable collections and zero-copy slicing for Dart using extension types and Never constraints.
0.1.1 #
- Updated author, homepage (https://josephinoo.dev), and package metadata.
- Updated documentation and links.
0.1.0 #
- Initial release.
- Core immutable collections:
ZeroSlice(Slice),ZeroList(ImmList),ZeroMap(ImmMap), andZeroSet(ImmSet). - Low-level zero-copy binary data:
ZeroByteSlice,ZeroInt32List,ZeroFloat64List,ZeroUint32List,ZeroFloat32List. - Lazy sequences:
ZeroMappedListandZeroFilterView. - Reactive state security:
ZeroNotifierandZeroStream. - Domain-specific structures:
ZeroMatrix(2D views on flat buffers) andZeroTree/ZeroNode. - Comprehensive test coverage and benchmarks.