-
For the `MultiDimInterval` stuff, instead of creating an empty array and using `push!`, you can just use `map`, e.g.
```
julia> set_bigfloat_precision(64)
64
julia> l = [Interval(0.1), Interval(0.2)…
-
in the [FAQ](https://github.com/boost-ext/mph?tab=readme-ov-file#faq) it mentions a backup policy/customization point can be setup for the lookup implementation. Do you have examples of this. Your tem…
-
```
esc(e)
Only valid in the context of an Expr returned from a macro. Prevents the macro hygiene pass from turning embedded variables into gensym variables. See the Macros section of the Metapr…
-
I think the final API won't be so different so it makes sense to me to just consider this a five-liner for now so that it can be used, but this should be done in blocks, probably with the metaprogramm…
-
This feature is for sure useless for non cuda backends. For cuda the performance benefit can come from:
1) saving on the overall strides size while passing the data to the kernel;
2) calculatin…
-
Hi there.
Nim doesn't have a built-in alias command to rename identifiers to something more convenient (eg, D lang has that). But it's possible to get the same effect by using template metaprogramm…
-
In Julia it's usually best to only explicitly add types to methods and constructors when needed for dispatch, as opposed to adding types for type constraints (there's a great write-up on this at https…
-
In short, tab completion and syntax highlighting does not seem to work in VSCode for ghapi. I'm not having this issue with other libraries.
# Info
## What I expected to happen
Install ghapi …
-
Providing an input class with ID, type, properties fields is more transparent than using tuples that are not self-explanatory. This class would be used in the adapter to pass data to BioCypher and cou…
-
Discussion point for #3914.
Due to the use of VCL based metaprogramming and the way CPU dispatching is done in distopia, some ** very high precision** tests may return different results based on th…