Details
-
Improvement
-
Resolution: Unresolved
-
Unknown
-
None
-
None
-
None
Description
Consider using the io.Reader/io.Writer interface in bson processing functions to encapsulate memory handling instead of the current raw slices. It helps to adapt various memory management mechanisms such as memory pool.