-
The docs on `slowEqual` and `equal` are clear but currently provide happy paths which seem to use convenience helpers provided by db - seekType, seekAuthor
I would love to know how to write a seek fo…
-
the hops.json file is around 3mb, we only use it for getting the graph for a particular user. And a fast laptop this operation is 20ms. So should be fast enough to do it on the fly.
arj03 updated
4 years ago
-
We should keep JITDB unopinionated, JITDB should only assume:
- There is an `async-flumelog` using `flumecodec/json`
- JSON Messages stored in the log are of the following format
```
{
key…
-
I have the strangest bug, where `ssb.db.getMsg` gives me incorrect msgs all the time. From mobile logs:
```
FETCH MSG %BvI4gEK
jitdb:query all(SEQS(173)): 7ms, total messages: 1
GOT MSG {"key":"…
-
Got this crash report from Manyverse, so it means async-append-only-log version 3.0.1
App: se.manyver 0.2101.5-beta-googlePlay (95)
Device: Xiaomi Redmi Note 4 (arm64-v8a | armeabi-v7a | armeabi)
…
-
some more crazy ideas to use bitvectors: I know it's not feasible to have jitdb indexes for votes, because there are two many vote roots (thus one index for each vote root), and so currenly in ssb-db2…