Enrico Seiler

Results 112 comments of Enrico Seiler

``` assign_char 80.6 ns 7183289 assign_char 79.1 ns 8674274 assign_char 184 ns 3756637 to_char 66.0 ns 10194749 to_char 65.8 ns 10030062 to_char 100 ns 6781066 ==== complement 24971 ns 26504...

Hey Jens, there's some information in our [CMake](https://github.com/seqan/seqan3/blob/197425505f10a9778b3433199a3e91da0cd24988/build_system/seqan3-config.cmake#L59) file. You can do something like this: ```cmake # Find SeqAn3 find_package (SeqAn3 REQUIRED HINTS ${SEQAN3_DIR}/build_system) # Update the list of file...

Good to know, we should add a HowTo.

If you just want to clone SeqAn3, you could also use git submodules. Then you just need `find_package (SeqAn3 REQUIRED HINTS ${CMAKE_SOURCE_DIR}/submodules/seqan3/build-system)` or similar. If you then clone your project...

### Core Meeting 27-1-2021 Resolution: * We will add @marehr's [solution](https://github.com/seqan/seqan3/issues/1203#issuecomment-767900835) to the documentation (as a new section "Including SeqAn3 as external project" under the "Setup" tab)

While you were commenting, I was editing the issue – I thought the same and already added a few sentences. However, I'm not so knowledgeable as to what cache level...

> > Otherwise, I would just consider it a research task for this issue > > The cache sizes vary a lot. I just wanted to point out that I...

I'm not using docker, and on startup I get around 500 MiB of I/O. This is my call: ``` java -Xms256m \ -Xmx2816m \ -cp languagetool-server.jar org.languagetool.server.HTTPServer \ --port 8010...

@corneliusroemer Can you rebase this on the current develop?

I did a rebase because clang-format couldn't