Maxim

Results 13 issues of Maxim

This commit adds a function that determines the page size on Linux and Android systems and uses this to convert virtual memory size and resident set size from pages to...

this pull request migrates from test Bencher to criterion to avoid using nightly toolchain, however it's necessary to increase minimum supported Rust version to 1.57 according to criterion

resolves #398 enable stats by default. store logs into the single file

This pull request introduces the `const_into_str` attribute to the `strum` macros, enabling enums to be converted into static strings in const contexts. This feature is particularly useful when working with...

Currently, the `strum` library does not support converting enum variants into static strings within a const context. This limitation arises because the library uses the `From` trait, which cannot have...

Motivation The [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/blob/a7a47a745dfe9ded79ffb64722fc53847638d47a/examples/metrics-basic/src/main.rs#L112) crate actually supports Gauge metric behind otel_unstable feature. Solution Extend the current implementation with the treatment for the new Gauge metric. I fixed tests in [pr](https://github.com/tokio-rs/tracing-opentelemetry/pull/117). adds...

handler builds block template and calculates max/min/median values closes #501

process tx inputs in parallel. refactor the code to support it