Julien Voisin
Julien Voisin
Hello, I've got an immediate crash when I'm pressing any key, with [this config](https://dustri.org/pub/vimrc), using the [0.2.2]( https://github.com/dzhou121/gonvim/releases/tag/v0.2.2 ): ```nasm jvoisin@mim 13:33 ~/app/gonvim bash gonvim.sh Qt WebEngine ICU data not...
I think that currently, we don't have any memory-hungy benchmark. It might be interesting to add one.
It would be nice to have a security-related benchmark, not focused on memory consumption or speed, but on the ability of allocators to detect and neuter memory corruptions. For example,...
Currently the CI takes around 90min to run: this is a bit excessive. Here is what we could do to reduce a bit this number: - Change the parameters for...
https://opensource.apple.com/tarballs/bmalloc/, looks like it's OSX-only though.
https://github.com/SergeyMakeev/smmalloc
[rocksdb]( https://en.wikipedia.org/wiki/RocksDB) has a [neat benchmarking tool]( https://github.com/facebook/rocksdb/wiki/Benchmarking-tools ), and it written with hardware-efficiency in mind, so it should highlight some allocators shortcoming. Moreover, it's buildable with a makefile, so...
Some allocators are doing tradeoffs to perform very well on long-running complex workloads, so we should have some benchmarks to measure this. Maybe something like firefox running on a couple...
- Use python3 instead of python - Don't choke on security warnings (sigh) This should fix #16