-
There is now a collection of associated [`ledger client facade` issues](https://github.com/digital-asset/daml/issues?q=is%3Aopen+is%3Aissue+label%3A%22ledger+clients+facade%22+label%3Acomponent%2Fjava…
-
# Variable capture - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/lf-pattern-matching…
-
See https://github.com/Edwinem/tiny_nlls_solver/issues/1
They have added some interesting stuff like hessian support. It could be interesting to incorporate some of these changes in upstream.
-
# Better (de)serialization support for objects
The ENIGMA project uses a hierarchy of objects starting with `object_basic`, and
ending with the object the user creates to be used in-game to repres…
-
Especially with GCC, compile times are rising fast, when having real-world projects and using notification priorities.
http://metaben.ch seems to be a good list to pick one library from.
-
We've been running into some trouble trying to use KeOps in heterogeneous / non-standard build environments, where we cannot expect or easily ensure that cmake are nvcc are available at runtime in all…
-
Users from `ti.field` might easily write something like below but taichi will complain about missing arg annotation for `self.a` such that struct-for will fail.
I guess we could either provide a bes…
-
[P2632R0](https://wg21.link/p2632r0) A plan for better template meta programming facilities in C++26 (Corentin Jabot, Pablo Halpern, John Lakos, Alisdair Meredith, Joshua Berne, Gašper Ažman…
-
I was previously unable to build on Linux (Kubuntu 22.04) with 16GB of Ram. Once I added a 16GB swapfile I successfully managed to build (albeit very slowly). Observing swap usage via `htop` suggested…
-
I have come across this blog post recently, which might be of some example for the utility of templates for such simulations. (I have no experience with "gas dynamics", so not familiar with their calc…