awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesFeature Availability Comparisons

Summary tables and references that document which server features, operators, functions, and schema objects are available across different MySQL versions.

Distinct from Feature Version Associations: None of the candidates match: they focus on versioning of feature sets for ML or package availability, not on cross-version feature comparison tables for a database server.

Explore 4 awesome GitHub repositories matching data & databases · Feature Availability Comparisons. Refine with filters or upvote what's useful.

Awesome Feature Availability Comparisons GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fyrd/caniuseAvatar de Fyrd

    Fyrd/caniuse

    5,852Voir sur GitHub↗

    caniuse is a community-maintained dataset and command-line tool that provides browser support information for HTML, CSS, and JavaScript features. At its core, it stores structured browser compatibility facts as a flat JSON dataset, keyed by feature identifiers and browser-version tuples, making the data easily queryable through a CLI or JSON API. The project distinguishes itself through several practical tools built on top of this dataset. It includes a CSS compatibility linter that scans stylesheets to identify features lacking support in a target browser audience, and a feature support quer

    Selects multiple web features and shows the combined percentage of users who can use all of them.

    JSON
    Voir sur GitHub↗5,852
  • alibaba/alisqlAvatar de alibaba

    alibaba/AliSQL

    5,706Voir sur GitHub↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    MySQL provides summary tables showing which server features, operators, functions, and schema objects are available in each MySQL series.

    C++alisqldatabaseduckdb
    Voir sur GitHub↗5,706
  • tile-ai/tilelangAvatar de tile-ai

    tile-ai/tilelang

    5,226Voir sur GitHub↗

    TileLang is a Python-embedded domain-specific language compiler that JIT-compiles and autotunes GPU kernels. It uses a tile-based DSL, automatic software pipelining, and parallel autotuning to generate optimized GPU kernels at runtime. It supports tensor core operations with Pythonic syntax, automatic memory management, and thread mapping. The compiler searches over tile sizes, thread counts, and scheduling policies, compiling and benchmarking candidates in parallel to find the fastest kernel. It also caches compiled binaries and tuning results to disk for reuse across sessions. TileLang inc

    Checks GPU acceleration availability and queries target-specific hardware features for kernel compilation.

    Python
    Voir sur GitHub↗5,226
  • deckerst/avesAvatar de deckerst

    deckerst/aves

    4,431Voir sur GitHub↗

    Aves is an Android media gallery application used for browsing and organizing images and videos. It functions as a multi-purpose tool that combines gallery browsing with a bulk media renamer, an EXIF metadata editor, a GPS media map viewer, and a privacy-focused media vault. The application distinguishes itself through advanced metadata handling, allowing users to modify binary headers to update timestamps and location tags. It features a dynamic pattern-based renaming engine that uses file metadata and cryptographic hashes to update filenames in bulk. Additionally, it provides a secure stora

    Compares feature availability across different app distribution channels and build variants.

    Dartandroidexifflutter
    Voir sur GitHub↗4,431
  1. Home
  2. Data & Databases
  3. Feature Availability Comparisons

Explorer les sous-tags

  • Cross-Browser Feature ComparisonsTools that calculate the combined percentage of users who can use multiple web features together across different browser versions. **Distinct from Feature Availability Comparisons:** Distinct from Feature Availability Comparisons: focuses on browser feature support across versions, not database server feature availability.
  • Distribution Channel ComparisonsCompares feature availability across different app distribution channels and build variants for compatibility checks. **Distinct from Feature Availability Comparisons:** Distinct from Feature Availability Comparisons: compares features across app distribution channels and build variants, not database server versions.
  • GPU Availability DetectionsDetection of GPU acceleration availability and querying of target-specific architectures and hardware features. **Distinct from Feature Availability Comparisons:** Distinct from Feature Availability Comparisons: focuses on GPU hardware availability and feature detection, not database feature comparisons.