-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
When a RawBSONDocument lazily decodes a subdocument it makes a bytes copy and creates a new RawBSONDocument. We could use a memoryview to avoid the byte copy.