Jan Ph. H.

Results 441 comments of Jan Ph. H.

@scandum 1. Can you please put the editing of benchmarks in the README? ` // edit *sorts[] in main() to add / remove sorts` is annoying to search for. 2....

While not portable per se, one can also use SIMD instructions for sorting https://opensource.googleblog.com/2022/06/Vectorized%20and%20performance%20portable%20Quicksort.html tldr; "Happily, modern instruction sets (Arm SVE, RISC-V V, x86 AVX-512) include a special instruction suitable...

`doesn't wait during its own exit (SIGINT, SIGTERM), so the program stays running after watchexec is stopped.` watchexec was not designed to keep track of and kill children processes as...

I have a similar issue with `fd -tf . 'src/' | wc -l` returning 75. However, jabbascript (angular in my case) has a giantic filesize. I did use `watchexec -w...

@Marwes pid 1 ignores most signaling to not "accidentially shutting down the system", because child processes may use pid 1 as process group to signal the other children. Thus `SIGKILL`...

~~The title is abit ambiguous: The file content on the filesystem as shown by the Kernel is meant.~~ Always computing the hash is not an optimal solution (see https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html#caching-system) and...

> Nope. I assumed that it would detect my git folders when I open nvim from within that to be the project folders No. 1. Projects can store files from...

@embeddedpenguin ~~No, the project was a fork of this project.~~ my bad, correction by karlredmann below. Personally I think not generating the data in a semi-automated way from cli is...

Its much simpler to config the plugin and place the project folders accordingly as to not deal with autocmds etc. FileReadPre is for `:read` cmds. You probably want something with...

https://github.com/nvim-telescope/telescope-project.nvim#available-setup-settings gives some examples. You just place your folders that contain git projects, ie into `'~/dev/src3'` within for that case 4 levels of nesting.