awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to etlcpp/etl

Open-source alternatives to ETLCPP Etl

30 open-source projects similar to etlcpp/etl, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ETLCPP Etl alternative.

  • electronicarts/eastlelectronicarts 的头像

    electronicarts/EASTL

    9,273在 GitHub 上查看↗

    EASTL is a C++ Standard Template Library implementation consisting of containers, iterators, and algorithms. It provides cross-platform data structures and a template-based algorithm library designed for use in resource-constrained game engine environments. The library focuses on game engine memory management, providing specialized utilities that ensure predictable memory allocation and high-performance access for real-time applications. These containers maintain consistent behavior across different operating systems and hardware platforms. The project covers high-performance C++ development

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    在 GitHub 上查看↗9,273
  • mariadeanton/miliMariadeAnton 的头像

    MariadeAnton/MiLi

    41在 GitHub 上查看↗

    MiLi A set of minimal libraries composed only by 1 header file each. Copyright (C) 2009 - 2013 Daniel Gutson et al, FuDePAN

    C++
    在 GitHub 上查看↗41
  • abseil/abseil-cppabseil 的头像

    abseil/abseil-cpp

    17,334在 GitHub 上查看↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    在 GitHub 上查看↗17,334
  • bloomberg/bdebloomberg 的头像

    bloomberg/bde

    1,820在 GitHub 上查看↗

    Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

    C++allocatorscppcpp-library
    在 GitHub 上查看↗1,820

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • facebook/follyfacebook 的头像

    facebook/folly

    30,412在 GitHub 上查看↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    C++
    在 GitHub 上查看↗30,412
  • ibob/itlibiboB 的头像

    iboB/itlib

    208在 GitHub 上查看↗

    A collection of std-like single-header C++ libraries

    C++
    在 GitHub 上查看↗208
  • johnthagen/min-sized-rustjohnthagen 的头像

    johnthagen/min-sized-rust

    9,782在 GitHub 上查看↗

    This project is a collection of techniques and configurations for reducing the disk footprint of compiled Rust executables. It serves as a guide and toolset for binary size optimization, providing strategies to minimize the final executable size through compiler flags and configuration. The project focuses on aggressive size reduction strategies, including recompiling the standard library from source to prune unused functions and implementing no-standard-library modes for memory-constrained environments. It details how to eliminate runtime overhead by removing standard library entry points an

    Rustbinary-sizecargocontainers
    在 GitHub 上查看↗9,782
  • alpinejs/alpinealpinejs 的头像

    alpinejs/alpine

    31,675在 GitHub 上查看↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTML
    在 GitHub 上查看↗31,675
  • alibaba/photonlibosalibaba 的头像

    alibaba/PhotonLibOS

    1,200在 GitHub 上查看↗

    Probably the fastest coroutine lib in the world!

    C++
    在 GitHub 上查看↗1,200
  • adacore/gnatcoll-coreAdaCore 的头像

    AdaCore/gnatcoll-core

    54在 GitHub 上查看↗

    This is the core module of the GNAT Components Collection. Please refer to the documentation in the docs/ directory.

    Ada
    在 GitHub 上查看↗54
  • armink/cmbacktracearmink 的头像

    armink/CmBacktrace

    2,120在 GitHub 上查看↗

    中文页 | English

    C
    在 GitHub 上查看↗2,120
  • arobenko/embxxarobenko 的头像

    arobenko/embxx

    290在 GitHub 上查看↗

    Embxx is Embedded C++ library that is developed with intetion to be used in bare metal and Linux based embedded environments. It comes to supplement essential functionality that is missing in widely used STL and BOOST C++ libraries.

    C++
    在 GitHub 上查看↗290
  • ataradov/mcu-starter-projectsA

    ataradov/mcu-starter-projects

    0在 GitHub 上查看↗

    This is a collection of simple projects for bare-metal MCU development. Both Makefiles and IDE projects are provided when possible. The target compiler is GCC.

    在 GitHub 上查看↗0
  • aui-framework/auiaui-framework 的头像

    aui-framework/aui

    568在 GitHub 上查看↗

    Declarative UI toolkit for modern C++20

    C++c-plus-plusc-plus-plus-20cmake
    在 GitHub 上查看↗568
  • apolloauto/apolloApolloAuto 的头像

    ApolloAuto/apollo

    26,676在 GitHub 上查看↗

    Apollo is a comprehensive software stack designed for autonomous vehicle development, providing the necessary components for perception, planning, and control. It functions as a high-performance robotics middleware, utilizing a publish-subscribe data bus to facilitate low-latency communication between distributed modules and hardware sensors. The platform integrates data from cameras, lidar, and radar through a sensor fusion framework to generate a real-time environmental model for navigation. The system features a component-based runtime framework that manages task scheduling and resource al

    C++apolloautonomous-drivingautonomous-vehicles
    在 GitHub 上查看↗26,676
  • apache/incubator-weexapache 的头像

    apache/incubator-weex

    13,622在 GitHub 上查看↗

    Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra

    C++
    在 GitHub 上查看↗13,622
  • adafruit/circuitpythonadafruit 的头像

    adafruit/circuitpython

    4,521在 GitHub 上查看↗

    CircuitPython is a specialized derivative of the MicroPython runtime designed as an embedded Python interpreter for microcontrollers. It provides a high-level language environment that allows for direct hardware access through a dedicated hardware abstraction layer and a Python microcontroller runtime. The project is distinguished by firmware that exposes the microcontroller as a native USB mass storage device. This allows users to edit code directly on the device as if it were a removable drive, eliminating the need for specialized flashing tools and enabling filesystem-triggered code reload

    C
    在 GitHub 上查看↗4,521
  • charlie5/lacecharlie5 的头像

    charlie5/lace

    12在 GitHub 上查看↗

    Lace

    Ada
    在 GitHub 上查看↗12
  • chiraggude/awesome-laravelchiraggude 的头像

    chiraggude/awesome-laravel

    13,072在 GitHub 上查看↗

    A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem

    awesomelaravelphp
    在 GitHub 上查看↗13,072
  • cometbft/cometbftcometbft 的头像

    cometbft/cometbft

    897在 GitHub 上查看↗

    CometBFT: A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. A fork and successor to Tendermint Core.

    Gobftblockchaincosmos
    在 GitHub 上查看↗897
  • componolit/gneissComponolit 的头像

    Componolit/gneiss

    24在 GitHub 上查看↗

    Many applications still follow a monolithic design pattern today. Often, their size and complexity precludes thorough verification and increases the likelihood of errors. The lack of isolation allows an errors in an uncritical part of a software to impact other security critical parts.

    Ada
    在 GitHub 上查看↗24
  • cosmos/cosmjscosmos 的头像

    cosmos/cosmjs

    696在 GitHub 上查看↗

    CosmJS is the Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers in the Cosmos ecosystem.

    TypeScript
    在 GitHub 上查看↗696
  • cosmos/cosmos-sdkcosmos 的头像

    cosmos/cosmos-sdk

    7,016在 GitHub 上查看↗

    Cosmos SDK is a modular blockchain application framework and software development kit used to build sovereign layer-one networks. It provides a foundation for creating customizable blockchains featuring native interoperability, sovereign governance, and Byzantine Fault Tolerant consensus engines. The framework is distinguished by its inter-blockchain communication protocol, which enables the transfer of byte-encoded data and digital assets between independent blockchain networks. It supports multiple consensus models, including Proof of Stake and Proof of Authority, and allows for the integra

    Goblockchaincometbftcosmos-sdk
    在 GitHub 上查看↗7,016
  • cosmos/gaiacosmos 的头像

    cosmos/gaia

    573在 GitHub 上查看↗

    developed.](https://img.shields.io/badge/repo%20status-Active-green.svg)](https://www.repostatus.org/#active)

    Go
    在 GitHub 上查看↗573
  • cosmos/iavlcosmos 的头像

    cosmos/iavl

    450在 GitHub 上查看↗

    Note: Requires Go 1.18+

    Go
    在 GitHub 上查看↗450
  • cosmos/ibc-gocosmos 的头像

    cosmos/ibc-go

    640在 GitHub 上查看↗

    Inter-Blockchain Communication Protocol (IBC) implementation in Golang.

    Go
    在 GitHub 上查看↗640
  • cosmos/ics23cosmos 的头像

    cosmos/ics23

    129在 GitHub 上查看↗

    This is an attempt to define a generic, cross-language, binary representation of merkle proofs, which can be generated by many underlying merkle tree storage implementations and validated by many client libraries over various languages.

    Rust
    在 GitHub 上查看↗129
  • cosmwasm/cosmwasmCosmWasm 的头像

    CosmWasm/cosmwasm

    1,146在 GitHub 上查看↗

    component-badge: https://img.shields.io/badge/CosmWasm-6343ae.svg component-url: https://cosmwasm.com apache-badge: https://img.shields.io/badge/License-Apache%202.0-blue.svg apache-url: LICENSE notice-url: NOTICE

    Rust
    在 GitHub 上查看↗1,146
  • davisking/dlibdavisking 的头像

    davisking/dlib

    14,399在 GitHub 上查看↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    在 GitHub 上查看↗14,399
  • bmfe/erosbmfe 的头像

    bmfe/eros

    1,991在 GitHub 上查看↗

    WEEX-EROS

    Vue
    在 GitHub 上查看↗1,991