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

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to armink/flashdb

Open-source alternatives to FlashDB

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

  • opencloud-eu/opencloudAvatar von opencloud-eu

    opencloud-eu/opencloud

    4,829Auf GitHub ansehen↗

    OpenCloud is a self-hosted platform for synchronizing files across devices and sharing them with team members through collaborative spaces and access controls. It enables users to sync files between a server and local desktop and mobile clients, manage files and folders, and share content with internal and external contributors via permission-based links and file drops. The platform integrates an embedded OpenID Connect identity provider for authentication and supports external identity providers. It stores all data and metadata directly on the filesystem, eliminating the need for a separate

    Go
    Auf GitHub ansehen↗4,829
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • armink/easyloggerAvatar von armink

    armink/EasyLogger

    4,641Auf GitHub ansehen↗

    EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT devices, and wearables. It functions as a resource-efficient logger and flash memory manager, providing tools for low-level debugging and system event recording with minimal ROM and RAM requirements. The project distinguishes itself through an asynchronous logging model that buffers messages to a separate thread, preventing logging operations from blocking real-time application execution. It includes a specialized flash memory manager that utilizes circular buffering to persist logs

    C
    Auf GitHub ansehen↗4,641
  • alanxz/rabbitmq-cAvatar von alanxz

    alanxz/rabbitmq-c

    1,859Auf GitHub ansehen↗

    RabbitMQ C client

    C
    Auf GitHub ansehen↗1,859

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
alexanderagd/clistAvatar von AlexanderAgd

AlexanderAgd/CLIST

67Auf GitHub ansehen↗

C List - universal list solution for C and C++, easy and fast, all data types supported

C
Auf GitHub ansehen↗67
  • an-dr/micrologAvatar von an-dr

    an-dr/microlog

    170Auf GitHub ansehen↗

    Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety via external locking injection - Customization - only data you need - Extensible - add your own features via public API, set of predefined extensions - Support for embedded…

    C
    Auf GitHub ansehen↗170
  • ands/lightmapperAvatar von ands

    ands/lightmapper

    1,535Auf GitHub ansehen↗

    lightmapper.h is a C/C++ single-file library for lightmap baking by using your existing OpenGL renderer.

    C
    Auf GitHub ansehen↗1,535
  • anholt/libepoxyAvatar von anholt

    anholt/libepoxy

    744Auf GitHub ansehen↗

    Epoxy is a library for handling OpenGL function pointer management for you

    C
    Auf GitHub ansehen↗744
  • antirez/linenoiseAvatar von antirez

    antirez/linenoise

    4,302Auf GitHub ansehen↗

    Linenoise is a lightweight C library for terminal line editing, command history management, and asynchronous input processing. It functions as a self-contained alternative for capturing user input from the command line without requiring external dependencies. The utility provides a non-blocking input processor that handles keyboard data via a feed mechanism, allowing applications to process user typing and external events simultaneously. It supports the implementation of custom shells and REPLs through features such as callback-based autocompletion, input hinting, and a circular history buffe

    C
    Auf GitHub ansehen↗4,302
  • antirez/sdsAvatar von antirez

    antirez/sds

    5,486Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,486
  • antirez/smazAvatar von antirez

    antirez/smaz

    1,222Auf GitHub ansehen↗

    Small strings compression library

    C
    Auf GitHub ansehen↗1,222
  • aosp-mirror/platform_bionicAvatar von aosp-mirror

    aosp-mirror/platform_bionic

    624Auf GitHub ansehen↗
    Assembly
    Auf GitHub ansehen↗624
  • ariya/fastlzAvatar von ariya

    ariya/FastLZ

    539Auf GitHub ansehen↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    Auf GitHub ansehen↗539
  • armink/easyflashAvatar von armink

    armink/EasyFlash

    2,327Auf GitHub ansehen↗

    Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB

    Cembeddedflashiap
    Auf GitHub ansehen↗2,327
  • adis300/fft-cAvatar von adis300

    adis300/fft-c

    26Auf GitHub ansehen↗

    Elegant Fast Fourier Transform in C. Making fft.c from fftpack user-friendly.

    C
    Auf GitHub ansehen↗26
  • ashvardanian/stringzillaAvatar von ashvardanian

    ashvardanian/StringZilla

    3,494Auf GitHub ansehen↗

    Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

    Cdatasetedit-distancegpu
    Auf GitHub ansehen↗3,494
  • atgreen/libffiAvatar von atgreen

    atgreen/libffi

    1Auf GitHub ansehen↗

    A portable foreign-function interface library.

    C
    Auf GitHub ansehen↗1
  • atomicobject/heatshrinkAvatar von atomicobject

    atomicobject/heatshrink

    1,534Auf GitHub ansehen↗

    data compression library for embedded/real-time systems

    C
    Auf GitHub ansehen↗1,534
  • attractivechaos/kannAvatar von attractivechaos

    attractivechaos/kann

    755Auf GitHub ansehen↗

    A lightweight C library for artificial neural networks

    C
    Auf GitHub ansehen↗755
  • aubio/aubioAvatar von aubio

    aubio/aubio

    3,714Auf GitHub ansehen↗

    Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c

    Canalysisannotationaudio
    Auf GitHub ansehen↗3,714
  • awslabs/s2nAvatar von awslabs

    awslabs/s2n

    4,736Auf GitHub ansehen↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    Auf GitHub ansehen↗4,736
  • azonenberg/microkvsAvatar von azonenberg

    azonenberg/microkvs

    22Auf GitHub ansehen↗

    microkvs is a log structured key-value store for embedded devices intended for storage of configuration data, encryption keys, and other relatively small information that needs to be persisted across power cycles. An object oriented driver layer provides access to the underlying storage media,…

    C++
    Auf GitHub ansehen↗22
  • azure-rtos/levelxAvatar von azure-rtos

    azure-rtos/levelx

    153Auf GitHub ansehen↗

    LevelX provides NAND and NOR flash wear leveling facilities to embedded applications. Since both NAND and NOR flash memory can only be erased a finite number of times, it’s critical to distribute the flash memory use evenly. This is typically called wear leveling and is the purpose behind…

    C
    Auf GitHub ansehen↗153
  • b-k/apopheniaAvatar von b-k

    b-k/apophenia

    207Auf GitHub ansehen↗

    A C library for statistical and scientific computing

    C
    Auf GitHub ansehen↗207
  • bayeswitnesses/m2cgenAvatar von BayesWitnesses

    BayesWitnesses/m2cgen

    2,988Auf GitHub ansehen↗

    Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies

    Pythonccsharpdartlang
    Auf GitHub ansehen↗2,988
  • benhoyt/inihAvatar von benhoyt

    benhoyt/inih

    3,007Auf GitHub ansehen↗

    Simple .INI file parser in C, good for embedded systems

    C++cconfigparserembedded-systems
    Auf GitHub ansehen↗3,007
  • blunderer/libroxmlAvatar von blunderer

    blunderer/libroxml

    14Auf GitHub ansehen↗

    Light and fast XML parsing library for C/C++

    C
    Auf GitHub ansehen↗14
  • blynn/dlxAvatar von blynn

    blynn/dlx

    51Auf GitHub ansehen↗

    Library that solves the exact cover problem using Dancing Links, also known as DLX.

    C
    Auf GitHub ansehen↗51
  • bvdberg/ctestAvatar von bvdberg

    bvdberg/ctest

    248Auf GitHub ansehen↗

    ctest is a unit test framework for software written in C.

    C++
    Auf GitHub ansehen↗248
  • abiggerhammer/hammerAvatar von abiggerhammer

    abiggerhammer/hammer

    291Auf GitHub ansehen↗

    Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.

    C
    Auf GitHub ansehen↗291