milvus/internal/util/cgoconverter
yah01 684110bc9a
Avoid to copy during converting C bytes to Go bytes (#15551)
* Avoid to copy during converting C bytes to Go bytes

Signed-off-by: yah01 <yah2er0ne@outlook.com>

* Add BytesConverter to achieve no-copy converting C bytes to Go bytes

Signed-off-by: yah01 <yah2er0ne@outlook.com>
2022-02-15 14:17:48 +08:00
..
bytes_converter.go Avoid to copy during converting C bytes to Go bytes (#15551) 2022-02-15 14:17:48 +08:00
bytes_converter_test.go Avoid to copy during converting C bytes to Go bytes (#15551) 2022-02-15 14:17:48 +08:00
test_utils.go Avoid to copy during converting C bytes to Go bytes (#15551) 2022-02-15 14:17:48 +08:00