-
Kranc currently supports DG operators, but not efficiently. I am planning to add a feature that makes this efficient. The basic plan is to loop over a grid function in two layers: an outermost layer t…
-
There are several places in the codebase that contain hardcoded std::strings that are never going to be modified at runtime. For example, tagNames array in quest_rules.cpp
C strings would take les…
-
At the moment, if developers want to test a path against multiple minimatch patterns at once, there's not really a good option to both maximise correctness and performance - the two options I can see …
-
jcn16 updated
2 months ago
-
Don't read the entire file when parsing the header only. This optimization may involve passing a lazy collection that wraps a an open file handle to the parser.
-
Theoretical question:
Is the range `0.0:0.1:1.0`
A) a performance optimization that should behave identically to the vector `[0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0]` or
B) does it rep…
-
this design doc is for StoneDB version 2.0. **(W.I.P)**
# 1: **Overview**
Different to version 1.0, in version 2.0 we employ a MPP architect to process the queries that will make the query engine…
-
This issue is the consequence of https://github.com/dic-iit/bipedal-locomotion-framework/pull/297#issuecomment-833471785
In details as @S-Dafarra suggested that having an int to indicate the `index…
-
v0xie it's only now I'm noticing that a lot of my favourite extensions from A1111 have been implemented, contributed to or even outright designed by you, so seeing them all come together with other go…
-
Dear authors,
Apologies for the opening of too many issues already, unfortunately, there is another query I have regarding the method. I would be grateful for your response.
For the evaluation…