From e7feef1cd0a28d6515400244b3705418198aab7d Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Wed, 25 May 2011 21:12:19 +0200 Subject: [PATCH] bencode --- bench/benchmark.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bench/benchmark.org b/bench/benchmark.org index 526fb3f..f6da696 100644 --- a/bench/benchmark.org +++ b/bench/benchmark.org @@ -254,6 +254,14 @@ you can't edit them manually and you can't produce valid messages by replacing variables in a simple text template. You depend on specialized parsers and renderers to be provided. +There's also + +- Bittorrent's bencode + +This format is formally text-based, but not easy to read as it doesn't +have any visual separators and isn't easy to edit as everything is +prefixed by lengths even for very short items. + * Further Reading http://about.psyc.eu/Spec:Syntax provides you with the ABNF grammar