refactor: use stack allocated circular buffer, use RwLock+Mutex for concurrent system timing access

This commit is contained in:
2025-08-15 18:06:25 -05:00
parent 31193160a9
commit 635418a4da
4 changed files with 40 additions and 17 deletions

View File

@@ -31,6 +31,7 @@ micromap = "0.1.0"
thousands = "0.2.0"
pretty_assertions = "1.4.1"
num-width = "0.1.0"
circular-buffer = "1.1.0"
[profile.release]
lto = true