-
As far as I undertand, zero-copy is not implemented for services. It would be really useful to have it. For example, if I want to share a large data structure that does not change, it makes more sense…
-
After browsing through the source: fileserver.d -> server.d -> core/net.d -> drivers/libev.d -> stream.d
I noticed files are written using writeDefault() which always buffers in 64K. That's soo 1990…
-
### Proposal to improve performance
For flexibility, lots of code in vLLM uses Python list.
The memory layout for a Python list of `[1, 2, 3, 4, 5]`, is:
```
----
PyObject pointer --> PyLong(…
-
I am trying to figure out zero copying with capn proto. i have the following schema file:
```
@0xe620bfc471ce012f;
struct Output {
data1 @0: Data;
data2 @1: Data;
}
```
and here is t…
-
Add support for a [zero-copy API](https://en.wikipedia.org/wiki/Zero-copy), akin to java.nio.channels.FileChannel's transferTo() method.
# General
It would be great if .NET had a built-in way of…
-
When I tried deserializing a structure with borrowed strings, an error was returned, stating that an owned string was not expected. It would be great to support zero-copy deserializing.
bdbai updated
9 months ago
-
## Description:
Implement a Compressed Sparse Row (CSR) matrix class as part of our sparse matrix library. The CSR format is an efficient storage method for sparse matrices, storing only non-zero ele…
-
This is still WIP in the paper, but it currently specifies:
# Move semantics
> A moved-from inplace_vector is left in a valid but unspecified state (option 3 below) unless T is trivially-copyable,…
-
### Describe the bug.
Hello,
I am having an issue upgrading from mntm 004 to mntm 005. The update.fuf file gives me an invalid manifest error. I have downloaded the update using the .zip option.
…
-
How do I use zero copy? Does the so-called zero copy share s3 storage or not share it? I see ppts introduction of both situations, very confused. Hope to answer.
![2020-04-01 14-44-09 的屏幕截图](https:…