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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
anrieff avatar

anrieff/libcpuid

0
View on GitHub↗
532 stars·128 forks·C·12 views

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.

Star history

Star history chart for anrieff/libcpuidStar history chart for anrieff/libcpuid

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does anrieff/libcpuid do?

a small C library for x86 CPU detection and feature extraction

What are the main features of anrieff/libcpuid?

The main features of anrieff/libcpuid are: Development Utilities, General Utilities.

What are some open-source alternatives to anrieff/libcpuid?

Open-source alternatives to anrieff/libcpuid include: 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.

Open-source alternatives to Libcpuid

Similar open-source projects, ranked by how many features they share with Libcpuid.
  • astral-sh/uvastral-sh avatar

    astral-sh/uv

    86,451View on 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
    View on GitHub↗86,451
  • facebookresearch/hydrafacebookresearch avatar

    facebookresearch/hydra

    10,449View on 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
    View on GitHub↗10,449
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on 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
    View on GitHub↗5,486
  • filipw/dotnet-scriptfilipw avatar

    filipw/dotnet-script

    3,002View on GitHub↗

    Run C# scripts from the .NET CLI.

    C#
    View on GitHub↗3,002
  • See all 30 alternatives to Libcpuid→