Frederico Brückelmann
Frederico Brückelmann
I just had a showerthought idea regarding two possible performance improvements in ccls. I didn't do any benchmarking neither know whether these components are the performance bottleneck of ccls. So...
My understanding of the internals of taskflow is quite limited. So pardon if this is a dumb question. I'm using taskflow as an asynchronous simulation engine. I'm only using static...
[vim-wordy](https://github.com/reedes/vim-wordy) has a fairly large number of dictionaries. And since both plugins' functionality overlap maybe it's possible to just import them.
[vim-ditto](https://github.com/dbmrq/vim-ditto) is a vim plugin which marks duplicate words within a paragraph.
Sometimes I want to compile an executable as fast as possible, and for that I would like to temporarily stop ccls from indexing the project, so the CPU can focus...
I just saw the upcoming [Prioritized Tasking](https://taskflow.github.io/taskflow/PrioritizedTasking.html) and I'm very happy to see it! This is a question/feature request. ```C++ // setup ... tf::Executor e; e.run(taskflow_with_low_priority_tasks); e.run(taskflow_with_high_priority_tasks); ``` Assuming there's...
Specify library name and version: **shield/0.6** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...