-
Hi! I am trying to cross-compile [ruff](https://github.com/astral-sh/ruff) manually. It succeeds for `target x86_64-unknown-linux-gnu` but fails for `target x86_64-apple-darwin`. It fails when compili…
-
Currently only glibc heap is tested with
- [rizin-testbins/heap/linux_glibc-2.30_x64.bin](https://github.com/rizinorg/rizin-testbins/blob/master/heap/linux_glibc-2.30_x64.bin)
- [test/db/archos/linu…
-
lwjgl has some native memory access. If it is providing similar performance it could be a good replacement for unsafe.
https://javadoc.lwjgl.org/org/lwjgl/system/jemalloc/JEmalloc.html
https://github.…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR19788](https://bugs.llvm.org/show_bug.cgi?id=19788) |
| Status | NEW |
| Importance | P normal |
|…
-
C1083 jemalloc/internal/jemalloc_preamble.h: No such file or directory, jemalloc F:\src\redis-5.1.0-master\deps\jemalloc-win\src\arena.c 2
-
CentOS release 6.5 x64
wget https://github.com/jemalloc/jemalloc/releases/download/5.0.1/jemalloc-5.0.1.tar.bz2
tar jxf jemalloc-5.0.1.tar.bz2
cd jemalloc-5.0.1
./configure
make
`
…
-
The following code fails to compile with the LLVM backend.
```chapel
import URL;
var r = URL.openUrlReader("http://www.example.com");
```
```
$CHPL_HOME/modules/packages/Curl.chpl:159: In mo…
-
## Bug Report
### What version of TiKV are you using?
TiKV
Release Version: 8.4.0
Edition: Community
Git Commit Hash: fa6e1753c2c4916ae5918281db3d863ec47ce322
Git Commit Bra…
-
Can you please consider adding support for [mimalloc](https://github.com/microsoft/mimalloc) (v2) as an alternative to [jemalloc](https://jemalloc.net/)? mimalloc is faster in benchmarks and smaller t…
-
We want `jemalloc` enabled on all Ruby builds. It's already an option, but defaults to false. Probably can be handled along with #12.