awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesDuration String Parsers

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.

Awesome Duration String Parsers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vercel/msAvatar de vercel

    vercel/ms

    5,536Ver en GitHub↗

    This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and parse unit-based strings back into total milliseconds. It serves as a utility for managing the transition between machine-readable durations and text representations. The library provides bidirectional mapping, allowing for the conversion of raw numbers to strings and the parsing of strings containing units like days, hours, and minutes back into numeric millisecond counts. It supports both abbreviated and full written-out time formats.

    Transforms human-readable strings containing time units into a total millisecond count.

    TypeScript
    Ver en GitHub↗5,536
  • fortio/fortioAvatar de fortio

    fortio/fortio

    3,703Ver en GitHub↗

    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.

    Gogogolanggolang-application
    Ver en GitHub↗3,703
  1. Home
  2. Programming Languages & Runtimes
  3. String Parsing
  4. Duration String Parsers