diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index cca2969e6..eff65f49e 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -147,8 +147,6 @@ Lists are a collection of elements of the same homogeneous type. 2. Prefix the concatenation with its length encoded as a `4-byte` **little-endian** unsigned integer. -* *Note on efficiency*: consider using a container that does not need to iterate over all elements to get its length. For example Python lists, C++ vectors or Rust Vec. - **Example in Python** ```python