-
The v2 `Graph` (implemented in rust) does not implement garbage collection, although it is definitely feasible.
As we fix other issues and `pantsd` instances are able to stay up longer and longer, …
-
Would anybody be interested in cooperating on a Tokio version of rust-fuse? I feel like this could be a huge improvement when using other tokio (or futures) based services in the filesystem implementa…
-
### Problem
I'm experiencing a linker issue specific to `cargo test`, where it fails with `duplicate symbols errors` on one machine, while it succeeds on another machine. Oddly enough, `cargo build` …
-
Currently, we are using `moka` as our block cache. But using such library poses several problems:
* (1) Memory usage is not bounded. When an item is evicted from cache, it might still be used by th…
skyzh updated
2 years ago
-
Implement the Gossipsub _Peer Exchange_ mechanism, see [specification](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#prune-backoff-and-peer-exchange).
Dependencies:…
-
## Problem
The query-engine of prisma doesn't support variables.
I'm probably an unusual user of prisma, however, I think my use case is relevant to the future of prisma, as it can dramatically …
-
Looks like it's not yet possible to mount by filesystem uuid or label. ZFS implements this with [zpool.cache and userspace daemons](https://wiki.archlinux.org/index.php/ZFS#Automatic_Start), but I th…
-
In `get_data_decode_matrix` the inverted matrix will always be added to the trie but nothing seems to every gets removed from the trie, so this can potentially consume a lot of memory. Is it expected …
-
**Is your feature request related to a problem? Please describe.**
We would like to enabled Rust language as one of the fission environments.
**Describe the solution you'd like**
As a Fission use…
-
I want to use Juniper together with SQLite, and there's only one connection to the database at a time. If I set the Context struct as such:
```
pub struct Context {
///this could be a database …