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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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 de duke-git

    duke-git/lancet

    5,295Ver en 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
    Ver en GitHub↗5,295
  • boostorg/boostAvatar de boostorg

    boostorg/boost

    8,493Ver en 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
    Ver en GitHub↗8,493
  • ankurp/dollarAvatar de ankurp

    ankurp/Dollar

    4,240Ver en 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
    Ver en GitHub↗4,240

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • imdario/mergoI

    imdario/mergo

    0Ver en GitHub↗
    Ver en GitHub↗0
  • mitchellh/mapstructureAvatar de mitchellh

    mitchellh/mapstructure

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

    cep21/circuit

    0Ver en GitHub↗
    Ver en GitHub↗0
  • briandowns/spinnerAvatar de briandowns

    briandowns/spinner

    2,525Ver en GitHub↗

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

    Gocligogolang
    Ver en GitHub↗2,525
  • chrispassas/nfdumpC

    chrispassas/nfdump

    0Ver en GitHub↗
    Ver en GitHub↗0
  • aplescia-chwy/lets-goA

    aplescia-chwy/lets-go

    0Ver en GitHub↗
    Ver en GitHub↗0
  • antirez/sdsAvatar de antirez

    antirez/sds

    5,486Ver en 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
    Ver en GitHub↗5,486
  • blockloop/scanB

    blockloop/scan

    0Ver en GitHub↗
    Ver en GitHub↗0
  • asticode/go-astitodoA

    asticode/go-astitodo

    0Ver en GitHub↗
    Ver en GitHub↗0
  • carlescere/gobackC

    carlescere/goback

    0Ver en GitHub↗
    Ver en GitHub↗0
  • biter777/countriesB

    biter777/countries

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bndr/gopencilsB

    bndr/gopencils

    0Ver en GitHub↗
    Ver en GitHub↗0
  • anrieff/libcpuidAvatar de anrieff

    anrieff/libcpuid

    532Ver en GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    Ver en GitHub↗532
  • antham/chyleA

    antham/chyle

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alxrm/ugoA

    alxrm/ugo

    0Ver en GitHub↗
    Ver en GitHub↗0
  • abo/rerateA

    abo/rerate

    0Ver en GitHub↗
    Ver en GitHub↗0
  • antham/ghokinA

    antham/ghokin

    0Ver en GitHub↗
    Ver en GitHub↗0
  • adelowo/onecacheA

    adelowo/onecache

    0Ver en GitHub↗
    Ver en GitHub↗0
  • aofei/mimesnifferA

    aofei/mimesniffer

    0Ver en GitHub↗
    Ver en GitHub↗0
  • afex/hystrix-goAvatar de afex

    afex/hystrix-go

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

    arthurkushman/pgo

    0Ver en GitHub↗
    Ver en GitHub↗0
  • asdine/stormAvatar de asdine

    asdine/storm

    2,097Ver en GitHub↗

    Simple and powerful toolkit for BoltDB

    Goboltdbbucketdatabase
    Ver en GitHub↗2,097
  • asciimoo/wuzzAvatar de asciimoo

    asciimoo/wuzz

    10,711Ver en 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
    Ver en GitHub↗10,711
  • astral-sh/uvAvatar de astral-sh

    astral-sh/uv

    86,451Ver en 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
    Ver en GitHub↗86,451
  • bcicen/ctopAvatar de bcicen

    bcicen/ctop

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

    beefsack/go-rate

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0Ver en GitHub↗
    Ver en GitHub↗0