-
### Go version
go version devel go1.24-fb5fa2a839 Mon Nov 25 18:39:27 2024 +0000 linux/amd64
### Output of `go env` in your module/workspace:
```shell
AR='ar'
CC='gcc'
CGO_CFLAGS='-O2 -g'
CGO_CP…
-
`slab-alloc` currently has an `os` feature and a `std` feature (which depends on the `os` feature). However, the code as it stands today can't actually compile without both features being enabled (whi…
-
From geocompjl:
```julia
julia> california_raster1 = Rasters.rasterize(
last,
california_borders; # GI.MultiLineString
fill = 1,
res = 0.5, shape …
-
### Problem Description
Switch to AMD Clang++ creates a few warnings
```
[ 7%] Building CXX object amd_openvx/openvx/CMakeFiles/openvx.dir/ago/ago_haf_cpu_color_convert.cpp.o
/home/kiriti/devel…
-
![Screenshot_20231229-205458_Source Engine](https://github.com/nillerusr/srceng-android/assets/136807764/62820cac-c077-45d6-b7eb-019747aec127)
-
### Describe the project you are working on
Godot Editor
### Describe the problem or limitation you are having in your project
`String` usually spend a lot of time doing heap alloc stuff (in `resiz…
-
### GZDoom version
g4.14pre-66-g1e4f176395-m
### Which game are you running with GZDoom?
Doom 2
### What Operating System are you using?
Linux x86_64
### Please describe your specific OS version…
-
mainnet:
```
[EROR] [11-18|07:45:10.696] [Antiquary] Failed to antiquate blobs err="compress: renaming: rename /erigon-data/snapshots/v1-010380-010390-blobsidecars.seg.tmp /erigon-data/snapshots/…
-
For allocators that have its allocation buffer, it seems unnecesary to set VO bit atomically.
https://github.com/mmtk/mmtk-core/blob/3be73b8048df17f1f2bd019d0b109488a2c5e313/src/policy/immix/immixs…
-
### Problem Description
I'm trying to solve a sparse __symmetric__ system;
Originally my matrix is CSC, square, only lower triangle is stored.
This is how I create sparse hip matrix:
```c
/…