adaptive-bitmask 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
`adaptive-bitmask` is a low-latency coordination protocol for multi-agent systems. It reduces coordination payloads to a fixed 24-byte binary format using dynamically pruned semantic bitmasks, with published benchmarks showing up to an 85x reduction versus JSON-based messaging.
|
|
4
4
|
|
|
5
5
|
[](https://doi.org/10.5281/zenodo.18990535)
|
|
6
|
-
Current package version: `2.0.
|
|
6
|
+
Current package version: `2.0.5`.
|
|
7
7
|
|
|
8
8
|
## Overview
|
|
9
9
|
|
package/package.json
CHANGED