2 Repos
Parsers specifically designed to transform human-readable time duration strings into numeric totals.
Distinct from String Parsing: Specializes general string parsing to the domain of temporal units and their conversion to milliseconds.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Duration String Parsers. Refine with filters or upvote what's useful.
Dies ist eine JavaScript-Bibliothek zur Zeitkonvertierung, die darauf ausgelegt ist, Millisekunden-Integer als menschenlesbare Zeitdauern zu formatieren und einheitenbasierte Strings zurück in Millisekunden zu parsen. Sie dient als Utility für die Verwaltung des Übergangs zwischen maschinenlesbaren Zeitdauern und Textdarstellungen. Die Bibliothek bietet bidirektionale Abbildung, was die Konvertierung von Rohzahlen in Strings und das Parsen von Strings, die Einheiten wie Tage, Stunden und Minuten enthalten, zurück in numerische Millisekunden-Zählwerte ermöglicht. Sie unterstützt sowohl abgekürzte als auch vollständig ausgeschriebene Zeitformate.
Transforms human-readable strings containing time units into a total millisecond count.
Fortio is a performance testing tool written in Go that generates constant request rates to measure latency histograms and response percentiles. It functions as a network performance benchmarker for analyzing system performance across HTTP and gRPC endpoints, and includes a specialized HTTP echo server for mirroring requests. The project distinguishes itself through a web-based HTTP load testing API used for triggering asynchronous tests and visualizing result data through graphs. It also provides server behavior simulation, allowing the echo server to inject artificial delays and vary respon
Converts human-readable date and time strings into durations, including extended support for days and weeks.