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 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/lancetAvatar von duke-git

    duke-git/lancet

    5,295Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,295
  • boostorg/boostAvatar von boostorg

    boostorg/boost

    8,493Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,493
  • ankurp/dollarAvatar von ankurp

    ankurp/Dollar

    4,240Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,240

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
  • imdario/mergoI

    imdario/mergo

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mitchellh/mapstructureAvatar von mitchellh

    mitchellh/mapstructure

    8,033Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,033
  • cep21/circuitC

    cep21/circuit

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • briandowns/spinnerAvatar von briandowns

    briandowns/spinner

    2,525Auf GitHub ansehen↗

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

    Gocligogolang
    Auf GitHub ansehen↗2,525
  • chrispassas/nfdumpC

    chrispassas/nfdump

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • aplescia-chwy/lets-goA

    aplescia-chwy/lets-go

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • 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
  • blockloop/scanB

    blockloop/scan

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • asticode/go-astitodoA

    asticode/go-astitodo

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • carlescere/gobackC

    carlescere/goback

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • biter777/countriesB

    biter777/countries

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bndr/gopencilsB

    bndr/gopencils

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • anrieff/libcpuidAvatar von anrieff

    anrieff/libcpuid

    532Auf GitHub ansehen↗

    a small C library for x86 CPU detection and feature extraction

    C
    Auf GitHub ansehen↗532
  • antham/chyleA

    antham/chyle

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alxrm/ugoA

    alxrm/ugo

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • abo/rerateA

    abo/rerate

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • antham/ghokinA

    antham/ghokin

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adelowo/onecacheA

    adelowo/onecache

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • aofei/mimesnifferA

    aofei/mimesniffer

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • afex/hystrix-goAvatar von afex

    afex/hystrix-go

    4,418Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,418
  • arthurkushman/pgoA

    arthurkushman/pgo

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • asdine/stormAvatar von asdine

    asdine/storm

    2,097Auf GitHub ansehen↗

    Simple and powerful toolkit for BoltDB

    Goboltdbbucketdatabase
    Auf GitHub ansehen↗2,097
  • asciimoo/wuzzAvatar von asciimoo

    asciimoo/wuzz

    10,711Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,711
  • astral-sh/uvAvatar von astral-sh

    astral-sh/uv

    86,451Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗86,451
  • bcicen/ctopAvatar von bcicen

    bcicen/ctop

    17,765Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,765
  • beefsack/go-rateB

    beefsack/go-rate

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0