-
In many cases one uses particles together with FEM. I think we should introduce a few classes to help manage particles and their relationship to a FE mesh. I can quickly draft a PR, but i would first …
-
Lots of ideas from Gleb's talk: http://slides.com/bahmutov/cycleconf-2017
:)
-
I am implementing a new subpackage for ShyLU, which I have not yet pushed to the repository. Since last week, after pulling from the develop branch of the repository, my code gets stuck within the doI…
-
Specifically, when I compare
```
gfortran -O3 perf.f90 && ./a.out
gfortran -O3 -march=native -ffast-math -funroll-loops perf.f90 && ./a.out
```
on my machine, then I get 2x speedup on the `iterat…
-
[Rspamd](https://rspamd.com) is an advanced spam filtering system that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such a…
denji updated
7 years ago
-
[@FroMage] We find that `Void` (the top of the hierarchy) is not adequatly named, since it conveys the idea that it can only point to nothing.
Similarly we find that `Bottom` (the subclass of every t…
-
I don't have much time to check this now, but we should perhaps have a look at why the **match tree** successor generation strategy (see #6) is not outperforming the naive one? Is that to be expected?…
-
Currently, `transpose` is recursive. This is pretty unintuitive and leads to this unfortunateness:
```jl
julia> A = [randstring(3) for i=1:3, j=1:4]
3×4 Array{String,2}:
"J00" "oaT" "JGS" "G…
-
we should try to use `.coerce_map_from()` instead, so we get `is_injective()/is_surjective()` and friends right for `Hom.natural_map()`.
Depends on #23184
Depends on #23211
CC: @xcaruso
Componen…
-
Commit: https://github.com/pagespeed/mod_pagespeed/commit/b909324d4231b6beed1c640ab7b82a977e7d80a5
uses a nonstandard friend declaration in relation with the C++03 standard in 11.4 version and ISO/IE…