llogiq

Results 228 comments of llogiq

Regarding the uppercase problem: I would suggest adding a function that lowercases all characters unless a) the first and b) following any whitespace. This would leave e.g. "Gross Annaheim" in...

That enum is a lot like what synth does. To me it's the obvious easy choice. Note that we can have both an enum *and* static dispatch if we align...

While I also love vim, I think the market for vim-like editors on the terminal is a bit crowded. :smile: Mimicking the xi UI's keyboard shortcuts will make it easier...

I think that a frontend should be able to present both modal and combined editing modes.

Note: This only works on nightly, so it doesn't work for us. However, configuring jemalloc might. I'm looking into that next.

Apart from the binary_trees benchmark, which uses an arena anyway, none of the benchmarks allocate enough to make any difference, apart from reducing the base profile a bit.

Yes, this is (mostly) the repo. We haven't yet found the time to write up SIMD versions of the benchmarks yet, though. Feel free if you want to help.

Update: My fannkuch_redux SIMD implementation was thrown out (to avoid a SIMD arms race on that benchmark). I have an idea for a different non-SIMD implementation, though. I also have...

See [benchmarksgame issue #44](https://salsa.debian.org/benchmarksgame-team/benchmarksgame/-/issues/44).

Ah, I completely overlooked this.