Pool Implementation #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pool"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is actually no suitable library in Rust available for a FSFW like pool. I decided to go for a more or less 1:1 translation of the FSFW pool, which is perfectly tailored towards the requirements of satellite OBSW and uses pre-allocation to avoid run-time allocations. Rust language features and its standard library made the implementation really clean.
WIP: Pool Implementationto Pool Implementationmuellerr referenced this pull request2022-06-12 19:16:10 +02:00