Benoit Chesneau
0e0dc669c8
feat(dirty): add TLV binary encoder/decoder
Implement TLV (Type-Length-Value) serialization layer for the binary
dirty worker protocol. This enables efficient binary data transfer
without base64 encoding overhead.
Supported types:
- None, bool, int64, float64
- bytes (raw binary, no encoding needed)
- string (UTF-8)
- list, dict (nested structures)
Inspired by OpenBSD msgctl/msgsnd message format.
2026-02-11 22:55:03 +01:00
..
2026-02-06 08:21:18 +01:00
2026-02-01 03:04:35 +01:00
2026-02-06 08:21:18 +01:00
2026-02-06 08:21:18 +01:00
2026-02-06 08:21:18 +01:00
2026-01-25 10:38:07 +01:00
2026-02-01 03:04:35 +01:00
2026-01-25 10:23:25 +01:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:30 +02:00
2026-02-03 01:15:39 +01:00
2026-02-03 02:46:07 +01:00
2026-02-03 02:46:07 +01:00
2026-02-02 14:04:26 +01:00
2026-02-02 14:04:26 +01:00
2026-01-25 14:45:07 +01:00
2026-02-02 14:04:26 +01:00
2026-01-27 12:33:12 +01:00
2026-01-23 23:51:25 +01:00
2026-01-23 23:51:25 +01:00
2026-02-01 03:04:35 +01:00
2026-02-01 02:40:09 +01:00
2026-01-25 10:21:18 +01:00
2026-01-25 10:21:18 +01:00
2026-02-01 02:40:09 +01:00
2026-01-25 10:21:18 +01:00
2026-01-25 10:23:25 +01:00
2026-01-25 10:23:25 +01:00
2026-02-11 22:55:03 +01:00
2026-01-25 10:23:25 +01:00
2026-01-27 09:57:32 +01:00
2026-01-27 12:33:12 +01:00
2026-01-23 00:02:01 +01:00
2026-01-28 13:42:48 +01:00
2026-01-27 15:42:42 +01:00
2026-01-27 10:51:29 +01:00
2026-01-27 15:42:42 +01:00
2026-01-27 09:57:32 +01:00
2026-01-27 09:57:32 +01:00
2026-01-27 11:44:33 +01:00
2026-01-27 12:33:12 +01:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:14 +02:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:14 +02:00
2026-02-06 08:21:18 +01:00
2026-02-06 09:00:29 +01:00
2024-04-22 03:33:14 +02:00
2024-04-22 03:33:14 +02:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:14 +02:00
2024-04-22 03:33:14 +02:00
2026-01-22 18:32:17 +01:00
2024-04-22 03:33:14 +02:00
2026-02-06 08:21:18 +01:00