-
I generated Go code and see there is no `Wrap()` method. Instead, there is `Encode(io.Reader)`, which fetches and assigns all values to public fields in the model. Is there no zero-copy alternative in…
-
cc: @michel2323 & @amontoison
With @lcandiot I was wondering how to write a proper JVP J'VP with Enzyme and finally converged.
This might turn into a nice example one of these days.
@wsmoses any i…
-
### Describe the bug
base64 get wrong result if the file size is greater than 128 blocks (65536 bytes)
### To Reproduce
```sh
for i in `seq 128 129`; do
dd if=/dev/zero of=testfile coun…
-
[Over on Reddit](https://www.reddit.com/r/rust/comments/8wsg5u/hyperjson_help_writing_the_fastest_json_module/e26aqpm/), @mikeyhew mentioned that there might be an option to parse JSON strings without…
-
We should create zero copy collections so that we can use vec, map, etc in zero copy types.
-
Avoid copying buffers when running nested: directly hand over the game's DMA-BUF to the parent compositor.
-
[See original issue on GitLab](https://gitlab.com/BuildStream/buildstream/-/issues/1347)
In GitLab by [[Gitlab user @lle-bout]](https://gitlab.com/lle-bout) on Jul 1, 2020, 09:22
## Background
[//]:…
-
### 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(…
-
https://kafka.apache.org/documentation/#gettingStarted
-
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…