Stefan Wehr

Results 41 comments of Stefan Wehr

So here is my suggestion: 1. LG 03-08 only contains architectural patterns 2. The new LG 03-09 contains the design patterns With respect to the R1, R3 categorization, nothing changes....

There is a seven year old issue in the glossary tracker: https://github.com/isaqb-org/glossary/issues/82

Here is a PR for the glossary: https://github.com/isaqb-org/glossary/pull/199

Now that the PR for the glossary was accepted, there is a PR for the curriculum: https://github.com/isaqb-org/curriculum-foundation/pull/478

@gernotstarke we can close this, right?

@sternenseemann @tvh we should merge this PR. Who has the rights to do so?

Lazy text also uses UTF-8 internally (it's just a list of strict tests). I don't see a way to retain backwards compatibility without introducing a performance overhead, e.g. by converting...

Here are some benchmark numbers for a 1MB text. I only report the mean of the benchmark executed with criterion. * Hash native UTF-8 encoding: 1.412 ms * Hash UTf-16...

@tvh There are only few places where stability for meqo is required. My plan is to add a new (optional) method `largeHashStable` and to rewrite meqo code to use `largeHashStable`...