-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Add optional `msgspec <https://jcristharif.com/msgspec/>`_ support over | ||
TCP streams as an alernative, faster MessagePack codec. | ||
|
||
This get's us moving toward typed messaging/IPC protocols. Further, | ||
``msgspec`` structs may be a valid tool to start for formalizing our "SC | ||
dialog un-protocol" messages as described in `#36 | ||
<https://github.com/goodboy/tractor/issues/36>`_`. | ||
|
||
|