-
Currently, codegen supports three different forms of ZC codegen
rust.grpc_slices=true
rust.zero_copy=true
rust.blob=true
Analyze/understand why these are here and what they are, and potentiall…
-
# Bug report
### Bug description:
Trying to paste zero-width characters (`U+200B`, `U+200C`, `U+200D`, `U+FEFF`) into the new REPL causes it to get stuck and keep allocating memory. Python 3.12 …
-
How do I properly build (and subsequently execute) within Docker?
I'm running the following as my `Dockerfile`
```Dockerfile
FROM maven:3.9.9-eclipse-temurin-17
WORKDIR /usr/src/app
COPY …
-
Hey!
Tried fresh release on fresh installation of Kubuntu 24.04 LTS.
After unpacking and running got this error (and it's it, nothing working):
```
$ /opt/CircuitJS1/CircuitSimulator
[1117…
-
### Environment
- Git Extensions 4.2.1.17611
- Build b0c0b284876b63c52c77195ada82a85bfadbb083
- Git 2.47.0.windows.2
- Microsoft Windows NT 10.0.22631.0
- .NET 6.0.35
- DPI 144dpi (150% scaling)…
-
If there is a mailing list to ask questions please feel free to redirect and close.
Is there an example of using LKL for socket zero-copy operations as per http://netdevconf.org/1.2/session.html?jerr…
-
how to create **nvcv::Tensor** from an fixed gpu memory by zero-copy?
By the way, when I use **TensorWrapData**, release the tensor will release original gpu memory too😂
```
float* pGpuData= ..…
-
I noticed that the current `try_from` implementation for converting ndarrays into tensors is copying the underlying data. This makes interoperability between ndarray --> tensor $O(n)$, however if we i…
-
From a cursory look it appears that we could potentially implement zero-copy on socket writes by eliminating the TCP_WRITE_FLAG_COPY flag on calls to tcp_write when SO_ZEROCOPY / MSG_ZEROCOPY is speci…
wjhun updated
2 years ago
-
Hi. I have input data in a raw buffer. I am doing this:
```
let data : &Vec< u8 >;
let data_big = BigUint::from_bytes_le( &data );
```
I would like to achieve zero-copy solution. Is that poss…