teyyare 0.1.0 → 0.1.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**Teyyare** is a high-performance, resumable file transfer engine and CLI built directly on top of:
|
|
4
4
|
|
|
5
|
-
- [`muttafa`](https://github.com/
|
|
6
|
-
- [`raptiye`](https://github.com/
|
|
5
|
+
- [`muttafa`](https://github.com/litepacks/muttafa): low-level mutation buffering, generation freeze & lifecycle engine
|
|
6
|
+
- [`raptiye`](https://github.com/litepacks/raptiye): high-performance byte-first replicated log & TCP binary transport
|
|
7
7
|
|
|
8
8
|
Teyyare is the first real integration workload for both projects, proving that a mutation lifecycle engine and a binary replication/transport engine compose into a fast, bounded-memory, resumable file transfer system without introducing redundant batching layers or memory copies.
|
|
9
9
|
|