-
Currently, [native_setup.md](https://github.com/ad-freiburg/qlever/blob/master/docs/native_setup.md) indicates that GCC >= 7.x on Ubuntu > 18.04 should work. The [Native Build Workflows](https://githu…
-
This will have two components:
- Public input packing: Creating the commitment to the public inputs efficiently on one curve.
- Unpacking the public inputs on the other curve.
str4d updated
11 months ago
-
### Background and motivation - UPDATED 2024/01/31
So that Enumerable.Range can be used with anything that implements `IBinaryInteger`.
### API Proposal
```csharp
public static class Enumera…
-
I'd like to discuss a somewhat major change: instead of workers using threads by default, I think they should use subprocesses, and zero-copy shared memory between the processes https://github.com/das…
-
This proposal is inspired by FI from Java but it's not just a copy. It's aimed to solve some problems with delegates and has different implementation.
## Motivation
We have several ways to pass exec…
sakno updated
3 weeks ago
-
This is a weird one, so strap in.
I've been using cesium-unreal with large city tile sets. My goal is to sample data from these tile sets.
For this sampling, a couple of scene captures fly around …
-
When disabling plugins, or re-enabling them after testing or installing multiple plugins (or uninstalling them), you can end up with an entire screen full of popups telling you to restart. This is som…
ntoff updated
3 years ago
-
We use pebble as a backend storage of our service, but when large random read comes(invokded by db.Get()), the pebble will alloc large amount of memory cause the process OOM. we would wonder know if t…
-
This issue is for explaining how Piston-Graphics work.
### Pipeline
When rendering 2D, the information goes through various stages of transformation:
1. API level - The geometric descriptions of the …
-
It looks like the usage of `Trilinos` (and possibly `PETSc`) MPI and `LA::distributed::Vector` for right-hand-side vectors in MPI context is very different. For Trilinos it must be non-ghosted vector,…