Hannes Hauswedell

Results 75 issues of Hannes Hauswedell

Heap profiling the process of opening an FM index reveals that the size of the LF is allocated twice and then one is freed again. This increases the over-all memory...

bug

- [x] make sure most things builds on OpenBSD (for 2.1.1) - [ ] make openmp work on OpenBSD, currently done here: https://reviews.llvm.org/D34280 - [ ] make sure everything builds...

feature/-request

- [ ] find() interface for online algorithms supports multiple needles but only one haystack, find() interface for indices is the other way around. Either one should add trivial for-loop...

dox

- [ ] opaque pointers, see #924 - [ ] recommend `-flto=n` for GCC - [ ] investigate PCH, see https://lists.fu-berlin.de/pipermail/seqan-dev/2016-February/msg00000.html

dox

Implement support for more BLAST formats in the library, see #990

feature/-request
possible student project

Do you plan to support C++20 concepts and possibly also the Concepts TS? I guess redefining `NANO_CONCEPT` as `concept` / `concept bool` is not sufficient as you need to make...

question

If the load/save functions are provided in the current namespace or the global namespace they are not picked up by the respective checks, i.e. MACROs make the whole thing fail,...

Could you include https://github.com/felixguendling/cista ? I would be very interested in how it performs against the others...

[I didn't want to piggyback on the other issue because this is about actual concepts, not just doc] We are currently writing a library that uses actual concepts (as in...

enhancement

The last release is more than a year old and I am seeing lots of crashes recently... Dare we hope that it will work again? It's such a good and...