awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesClient-Side Temporal Offloading

Shifting time-based string calculations from the server to the browser to reduce CPU overhead.

Distinct from CPU Core Timing Offloading: Candidates focus on OS kernel timing or RAM hardware latency, not web-frontend resource offloading.

Explore 1 awesome GitHub repository matching web development · Client-Side Temporal Offloading. Refine with filters or upvote what's useful.

Awesome Client-Side Temporal Offloading GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • flyerhzm/rails_best_practicesAvatar von flyerhzm

    flyerhzm/rails_best_practices

    4,166Auf GitHub ansehen↗

    This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and violations of best practices. It serves as a code quality linter, architectural auditor, security scanner, and performance analyzer for Rails applications. The tool evaluates the separation of concerns between controllers, models, and view templates to reduce technical debt. It identifies suboptimal coding patterns and enforces stylistic consistency, while specifically scanning for security vulnerabilities such as unprotected mass assignment in models. The analysis surface covers

    Shifts the computation of relative time strings to the client browser to reduce server CPU overhead.

    Ruby
    Auf GitHub ansehen↗4,166
  1. Home
  2. Web Development
  3. Client-Side Temporal Offloading