awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to thoas/go-funk

Open-source alternatives to Go Funk

30 open-source projects similar to thoas/go-funk, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Go Funk alternative.

  • duke-git/lancetالصورة الرمزية لـ duke-git

    duke-git/lancet

    5,295عرض على GitHub↗

    Lancet is a comprehensive extension of the Go standard library, providing a collection of reusable functions and data structures designed to reduce boilerplate code in applications. It serves as a general-purpose toolkit across multiple domains, including concurrency, security, networking, and functional logic. The project distinguishes itself through specialized toolkits for Go concurrency, such as keyed locking and channel-based stream processing, and a dedicated functional programming kit that supports currying and function composition. It also includes a dedicated cryptography library imp

    Gogenericsgogolang
    عرض على GitHub↗5,295
  • boostorg/boostالصورة الرمزية لـ boostorg

    boostorg/boost

    8,493عرض على GitHub↗

    Boost is a collection of portable, high-performance source libraries that extend the C++ standard library. It provides a wide range of reusable components, data structures, and algorithms designed to add capabilities to the base language across different platforms. The project is distinguished by its extensive focus on compile-time template metaprogramming and generic programming. It implements advanced architectural patterns such as policy-based design, concept-based type validation, and the use of SFINAE for conditional template resolution to minimize runtime overhead. The library covers a

    HTML
    عرض على GitHub↗8,493
  • ankurp/dollarالصورة الرمزية لـ ankurp

    ankurp/Dollar

    4,240عرض على GitHub↗

    Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab

    Swift
    عرض على GitHub↗4,240

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • imdario/mergoI

    imdario/mergo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • mitchellh/mapstructureالصورة الرمزية لـ mitchellh

    mitchellh/mapstructure

    8,033عرض على GitHub↗

    mapstructure is a reflection-based library for the bidirectional encoding and decoding of generic map data into native typed Go structures. It functions as a tool for transforming loosely typed map values into specific structs and encoding those structs back into maps. The library utilizes Go reflection to map generic data keys to struct fields during runtime. It supports the transformation of untyped data from dynamic sources or configuration files into type-safe native structures. The mapping process includes recursive traversal of nested maps and slices, as well as the use of struct tags

    Go
    عرض على GitHub↗8,033
  • cep21/circuitC

    cep21/circuit

    0عرض على GitHub↗
    عرض على GitHub↗0
  • briandowns/spinnerالصورة الرمزية لـ briandowns

    briandowns/spinner

    2,525عرض على GitHub↗

    Go (golang) package with 90 configurable terminal spinner/progress indicators.

    Gocligogolang
    عرض على GitHub↗2,525
  • chrispassas/nfdumpC

    chrispassas/nfdump

    0عرض على GitHub↗
    عرض على GitHub↗0
  • aplescia-chwy/lets-goA

    aplescia-chwy/lets-go

    0عرض على GitHub↗
    عرض على GitHub↗0
  • antirez/sdsالصورة الرمزية لـ antirez

    antirez/sds

    5,486عرض على 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
    عرض على GitHub↗5,486
  • blockloop/scanB

    blockloop/scan

    0عرض على GitHub↗
    عرض على GitHub↗0
  • asticode/go-astitodoA

    asticode/go-astitodo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • carlescere/gobackC

    carlescere/goback

    0عرض على GitHub↗
    عرض على GitHub↗0
  • biter777/countriesB

    biter777/countries

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bndr/gopencilsB

    bndr/gopencils

    0عرض على GitHub↗
    عرض على GitHub↗0
  • anrieff/libcpuidالصورة الرمزية لـ anrieff

    anrieff/libcpuid

    532عرض على GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    عرض على GitHub↗532
  • antham/chyleA

    antham/chyle

    0عرض على GitHub↗
    عرض على GitHub↗0
  • alxrm/ugoA

    alxrm/ugo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • abo/rerateA

    abo/rerate

    0عرض على GitHub↗
    عرض على GitHub↗0
  • antham/ghokinA

    antham/ghokin

    0عرض على GitHub↗
    عرض على GitHub↗0
  • adelowo/onecacheA

    adelowo/onecache

    0عرض على GitHub↗
    عرض على GitHub↗0
  • aofei/mimesnifferA

    aofei/mimesniffer

    0عرض على GitHub↗
    عرض على GitHub↗0
  • afex/hystrix-goالصورة الرمزية لـ afex

    afex/hystrix-go

    4,418عرض على GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    عرض على GitHub↗4,418
  • arthurkushman/pgoA

    arthurkushman/pgo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • asdine/stormالصورة الرمزية لـ asdine

    asdine/storm

    2,097عرض على GitHub↗

    Simple and powerful toolkit for BoltDB

    Goboltdbbucketdatabase
    عرض على GitHub↗2,097
  • asciimoo/wuzzالصورة الرمزية لـ asciimoo

    asciimoo/wuzz

    10,711عرض على GitHub↗

    Wuzz is an interactive command line HTTP client and request inspector designed for capturing, reviewing, and analyzing outgoing network calls and their payloads. It functions as a terminal-based tool for debugging API issues and testing web endpoints. The tool provides specialized filtering for response bodies, using regular expressions and format-specific query syntaxes tailored for JSON and HTML data. It allows for the persistence of captured requests and responses to disk to facilitate the reproduction of network issues and offline analysis. User settings and default request behaviors are

    Goclicurlgo
    عرض على GitHub↗10,711
  • astral-sh/uvالصورة الرمزية لـ astral-sh

    astral-sh/uv

    86,451عرض على 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
    عرض على GitHub↗86,451
  • bcicen/ctopالصورة الرمزية لـ bcicen

    bcicen/ctop

    17,765عرض على GitHub↗

    ctop is a terminal-based dashboard utility designed for monitoring and managing containerized applications. It provides a real-time interface for tracking the operational status and resource utilization of multiple containers simultaneously, offering a centralized view of system health directly within a terminal emulator. The tool distinguishes itself by integrating directly with the container runtime to provide both high-level infrastructure overviews and deep inspection capabilities. Users can organize their dashboard through persistent filtering and sorting preferences, ensuring that perfo

    Gocommand-linecommandlinecontainers
    عرض على GitHub↗17,765
  • beefsack/go-rateB

    beefsack/go-rate

    0عرض على GitHub↗
    عرض على GitHub↗0
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0عرض على GitHub↗
    عرض على GitHub↗0