-
I have a map field in a structure that might contain an entry with an empty key (zero value). The clone function skips recursive deep copying if a map entry's key is zero. Is there any reason for [thi…
-
In the file `neural_gaffer_inference_real_data.py`, lines 171-179, I noticed that the input dimension of the UNet is changed from 8 to 16 channels during the inference phase. The code copies the weigh…
-
In @sjordan29's exploration of performance issues in coupling TSM to a test case of ClearWater-riverine, we suspected that we might be running out of memory. This corresponded to our performance profi…
-
The [Cap'n Proto documentation](https://capnproto.org/) is not very clear about whether builders copy the underlying data for `Data` and `Text`-type fields, or store references to the original data.
…
-
https://github.com/OpenCyphal-Garage/libcyphal/pull/343#discussion_r1573289494
-
Output of `restic version`
--------------------------
```
restic 0.17.1 compiled with go1.23.1 on linux/amd64
```
What backend/service did you use to store the repository?
--------------------…
-
This all started with defining zero copy shared memory over a WIT interface (channel is WIT resource, inspired by [iceoryx2](https://github.com/eclipse-iceoryx/iceoryx2?tab=readme-ov-file#publish-subs…
-
Both `RoaringIntArray` and `RoaringBoolArray` use `Bitmap::deserialize` which copies the source bytes. There exists `BitmapView::deserialize` but it is unsafe. We either should verify the correctness …
-
### Steps to reproduce
If you copy a file to the same folder it will overwrite itself with 0 Bit/Byte. File exist but the data is lost.
This should not be the default behavior. Instead, there should…
cnleo updated
3 weeks ago
-
Fundamentally, the new map-related archetypes are interoperable with GeoArrow in an efficient way. The way to achieve this should be documented, and helpers should be introduced.
Here is a mostly s…