small improvement
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2024-02-10 11:56:25 +01:00
parent 5b2e30dfea
commit ff4ecc1df4
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -36,6 +36,10 @@ let tc_pool = StaticMemoryPool::new(StaticPoolConfig::new(vec![
(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
to work with the pool. -->