p99 0.0.0

Low-cost generation of performance percentiles (p50, p90, p99, etc.)
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 9.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 228.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • synesissoftware/p99.Rust
    3 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • synesissoftware

p99.Rust

Language License GitHub release Last Commit Crates.io

Low-cost generation of performance percentiles (p50, p90, p99, p99.9, etc.).

Introduction

p99 is a lightweight, low-overhead Rust library designed for generating real-time performance percentiles in high-frequency or latency-sensitive environments.

p99.Rust is the Rust implementation.

Table of Contents

Installation

Reference in Cargo.toml in the usual way:

p99 = { version = "0" }

Components

Constants

No public constants are defined at this time.

Enumerations

No public enumerations are defined at this time.

Features

No public crate-specific features are defined at this time.

Functions

No public functions are defined at this time.

Macros

No public macros are defined at this time.

Structures

No public structures are defined at this time.

Traits

No public traits are defined at this time.

Examples

No example programs are provided at this time.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/p99.Rust.

License

p99.Rust is released under the 3-clause BSD license. See LICENSE for details.