-
The `proptest::collection::btree_map` strategy runs in a loop. Simple example:
```rust
use std::collections::BTreeMap;
use proptest::{prelude::*, collection::btree_map};
#[derive(Debug)]
stru…
mimoo updated
4 years ago
-
Track separately:
---
In #3 @deuter0n wrote:
> how much overhead does each btree node takes ? I tried to run an unrealistic case: saving 1M empty v, and the db size is ~60MB
>
> ```
> for _, i :=…
cznic updated
8 years ago
-
# Google B-Tree 实现 - beihai blog
beihai blog
[https://wingsxdu.com/posts/data-structure/btree/](https://wingsxdu.com/posts/data-structure/btree/)
-
I assume I'm wrong here, asking for education mostly :)
The code looks like this:
```
/// Recommended node size of a given B-Tree
@inlinable
@inline(__always)
internal static var defaultLeaf…
-
I wanted to use BTree and also not use pre post_upgrades, so I've removed a lot of the code and kept the essentials.
BTrees are going to do a better job here imo, because you can search for files wit…
infu updated
3 months ago
-
User reported: https://medplum.slack.com/archives/C04A55B3VU5/p1731514993805349
> Curious to hear, does anyone know exactly what this error means? We're seeing this when inserting an `Observation` …
-
## Issue summary
- Add ability to marshall and unmarshall btrees to scale package
-
- Sequel Ace Version (including build number): Version 4.0.17 Construire 20067
- Sequel Ace Source (App Store/GitHub/Homebrew): App Store
- macOS Version: 14.5 (23F79)
- Processor Type (Intel/Apple…
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single…
-
## Issue description
Nack response from node during GetInitCommand, with invalid sparql endpoint response.
## Expected behavior
Normal response from node during chatter, not invalid sparql
##…