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
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
anrieff avatar

anrieff/libcpuid

0
View on GitHub↗
532 estrellas·128 forks·C·6 vistas

Libcpuid

a small C library for x86 CPU detection and feature extraction

Features

  • Development Utilities - Small C library for x86 CPU detection.
  • General Utilities - Library for x86 CPU detection and feature extraction.

Historial de estrellas

Gráfico del historial de estrellas de anrieff/libcpuidGráfico del historial de estrellas de anrieff/libcpuid

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace anrieff/libcpuid?

a small C library for x86 CPU detection and feature extraction

¿Cuáles son las características principales de anrieff/libcpuid?

Las características principales de anrieff/libcpuid son: Development Utilities, General Utilities.

¿Qué alternativas de código abierto existen para anrieff/libcpuid?

Las alternativas de código abierto para anrieff/libcpuid incluyen: facebookresearch/hydra — Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex… imdario/mergo. antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… astral-sh/uv — uv is a high-performance Python package manager and project build tool designed to handle dependency resolution,… filipw/dotnet-script — Run C# scripts from the .NET CLI. leafsr/gcc-poison — gcc-poison.

Alternativas open-source a Libcpuid

Proyectos open-source similares, clasificados según cuántas características comparten con Libcpuid.
  • astral-sh/uvAvatar de astral-sh

    astral-sh/uv

    86,451Ver en GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance

    Rustpackagingpythonresolver
    Ver en GitHub↗86,451
  • facebookresearch/hydraAvatar de facebookresearch

    facebookresearch/hydra

    10,449Ver en GitHub↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    Python
    Ver en GitHub↗10,449
  • antirez/sdsAvatar de antirez

    antirez/sds

    5,486Ver en GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    Ver en GitHub↗5,486
  • filipw/dotnet-scriptAvatar de filipw

    filipw/dotnet-script

    3,002Ver en GitHub↗

    Run C# scripts from the .NET CLI.

    C#
    Ver en GitHub↗3,002
Ver las 30 alternativas a Libcpuid→