small improvement
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
5b2e30dfea
commit
ff4ecc1df4
@ -36,6 +36,10 @@ let tc_pool = StaticMemoryPool::new(StaticPoolConfig::new(vec![
|
|||||||
(1, 128)
|
(1, 128)
|
||||||
]));
|
]));
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It should be noted that the buckets only show the maximum size of data being stored inside them.
|
||||||
|
The store will keep a separate structure to track the actual size of the data being stored.
|
||||||
|
|
||||||
<!-- TODO: Add explanation and references for used data-structures. Also explain core trait
|
<!-- TODO: Add explanation and references for used data-structures. Also explain core trait
|
||||||
to work with the pool. -->
|
to work with the pool. -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user