-
Someguy should be able to cache (https://github.com/ipfs/someguy/issues/25) peerbook info returned on `/routing/v1/providers`, and build reputation over time for returned PeerIDs.
### Goals
- P…
-
In ./third-party/openssl,spec, the first line contains a depreacted url (https://www.openssl.org/source/openssl-1.0.2q.tar.gz) that avoid to compile properly the image.
First Execution:
```
---…
-
Hello! This weekend I was interested in learning how pgs worked so I looked through the code and wrote down any possible places that I thought could affect performance. I didn't do any runtime testing…
-
Currently used LRU is probably not the best choice.
For a blockchain, a [LFU](https://en.wikipedia.org/wiki/Least_frequently_used) or some time-aware variant like [LRFU](https://en.wikipedia.org/wiki…
-
Parent Issue: https://github.com/ipfs/ipfs-companion/issues/1152
ETA: 2023-05-12
```[tasklist]
### Tasks
- [x] Observe webRequests via the non-blocking API
- [ ] Implement LFU maintain list …
-
bifrost-gateway runs with in-memory [2Q cache](https://pkg.go.dev/github.com/hashicorp/golang-lru/v2#TwoQueueCache) with size set to 1024 blocks.
> 2Q is an enhancement over the standard LRU cache…
-
If running the `avahi-daemon` with `--debug`, I see the following messages after attaching the network cable:
```
sendmsg() to ff02::fb failed: Invalid argument
sendmsg() to ff02::fb failed: Inva…
-
This seems to be due to calculating the frequent and recent LRU sizes and being truncated to 0. So when those get created the following error is returned:
"Must provide a positive size"
Obviousl…
-
**Reference:**
https://github.com/orientechnologies/orientdb-labs/blob/master/OEP_8.md
**Summary:**
Asynchronous read cache with state machine
**Goals:**
1. Remove exclusive locks on read-only ben…
-
I've tried install squib, however I got this error message "Failed to run 'brew install cairo'." I also tried to install over brew but it not worked as well.
When I ran `brew install cairo`, I got …