Joep Meindertsma
Joep Meindertsma
Thanks @AlexMikhalev. Could you perhaps try to checkout this branch locally and try getting rid of these dependencies? I'm not entirely sure how!
@AlexMikhalev The failing tests are not intentional! I may have messed up while rebasing, or maybe the issue is with the new prefix logic? https://github.com/atomicdata-dev/atomic-data-rust/pull/423/files#diff-e2b27b838cec3a19690473ec7f15767684e120c268132189d9183f24e442b208R516
For some reason, the crossbeam `try_iter` makes the `resources` vector in `all_resources` not long enough. It often has only something like 8 items, instead of hundreds. If we try `iter`...
I haven't yet encountered any bugs in sled in the past two years, so I don't think it's worryingly buggy for my usecase. But I do have some worries about...
Update on sled: maintainer of sled is [working on it in the background](https://github.com/komora-io/marble/issues/3#issuecomment-1217551167), mostly on a new storage engine. So sled ain't dead, baby. Some other thoughts: - Switching to...
Thanks for this! Not entirely what the added benefit is on top of regular (milliseconds-based) benchmarking, though. Can you elaborate on that?
Can you rebase this onto master? And another request, can you add instructions for CPU profiling to contribute.md, if there are new instructions relevant?
@jonassmedegaard agreed that an example in the repo is the way to go, as soon as one is good enough. I can't access the link you provided, can you directly...
There were some 500's coming from the gitlab instance, but it looks like that's resolved now. Anyways, looks good!
Thoughts: - It should probably work with Commits, as these are the fundamental units of change. - The way CoachBase does this, is with a sync gateway, which is effectively...